This repo is the third preview version of SiamBOMB in 2021.
Please rather check our latest version at the repo InteBOMB.
Team of MiRA, Institute of Automation, CAS. All rights reserved.
Our Paper (IJCAI 2020 Demo Track): 10.24963/ijcai.2020/776
conda create -n SiamBOMB python=3.7
conda activate SiamBOMB
pip install --upgrade SiamBOMB
Automatically, (with gdown from Google Drive)
python -m SiamBOMB.downloader
Or manually,
- SiamMask_E pretrained model: Google Drive,
Baidu Pan (jffj)
intopysot/experiments/siammaske_r50_l3/model.pth
- KYS pretrained model: Google Drive,
Baidu Pan (bf3u)
intopytracking/networks/kys.pth
- LWL pretrained model: Google Drive,
Baidu Pan (w244)
intopytracking/networks/lwl_boxinit.pth
- KeepTrack pretrained model: Google Drive,
Baidu Pan (g92v)
intopytracking/networks/keep_track.pth
and its base model: Google Drive, Baidu Pan (zylv)
intopytracking/networks/super_dimp_simple.pth
You can download several of them on demand.
python -m SiamBOMB.launcher
@inproceedings{SiamBOMB,
title = {SiamBOMB: A Real-time AI-based System for Home-cage Animal Tracking, Segmentation and Behavioral Analysis},
author = {Chen, Xi and Zhai, Hao and Liu, Danqian and Li, Weifu and Ding, Chaoyue and Xie, Qiwei and Han, Hua},
booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
Artificial Intelligence, {IJCAI-20}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
pages = {5300--5302},
year = {2020},
month = {7},
doi = {10.24963/ijcai.2020/776},
url = {https://doi.org/10.24963/ijcai.2020/776},
}
@article{A_Common_Hub,
title={A common hub for sleep and motor control in the substantia nigra},
author={Liu, Danqian and Li, Weifu and Ma, Chenyan and Zheng, Weitong and Yao, Yuanyuan and Tso, Chak Foon and Zhong, Peng and Chen, Xi and Song, Jun Ho and Choi, Woochul and others},
journal={Science},
volume={367},
number={6476},
pages={440--445},
year={2020},
publisher={American Association for the Advancement of Science}
}