--- 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)
TAO-Amodal
--- Amodal Expander serves as a plug-in module that can β€œamodalize” any ex-isting detector or tracker with limited (amodal) training data.
TAO-Amodal
πŸ“Œ 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} } ```