--- license: cc-by-4.0 --- --- task_categories: - object-detection license: mit tags: - computer vision - amodal-tracking - object-tracking - amodal-perception --- # Amodal Expander Model Weights Official source for downloading model weights of Amodal Expander, proposed in [Tracking Any Object Amodally](https://tao-amodal.github.io/). [**π Project Page**](https://tao-amodal.github.io/) | [**π» Code**](https://github.com/WesleyHsieh0806/TAO-Amodal) | [**π Paper Link**](https://arxiv.org/abs/2312.12433) | [**βοΈ Citations**](#citations)
--- Amodal Expander serves as a plug-in module that can βamodalizeβ any ex-isting detector or tracker with limited (amodal) training data. π Leave a βοΈ in our [official repository](https://github.com/WesleyHsieh0806/TAO-Amodal) to keep track of the updates. Contact: [ππ»ββοΈCheng-Yen (Wesley) Hsieh](https://wesleyhsieh0806.github.io/) ## πββοΈ Download ```bash git lfs install git clone git@hf.co:chengyenhsieh/Amodal-Expander ``` ## π€ Model List Check our [Model Zoo](https://github.com/WesleyHsieh0806/Amodal-Expander/blob/main/docs/MODEL_ZOO.md#model-list) for details. ## Citation ``` @misc{hsieh2023tracking, title={Tracking Any Object Amodally}, author={Cheng-Yen Hsieh and Tarasha Khurana and Achal Dave and Deva Ramanan}, year={2023}, eprint={2312.12433}, archivePrefix={arXiv}, primaryClass={cs.CV} } ```