├── ahronbd.ttf ├── create_data_lists.py ├── datasets.py ├── detect.py ├── eval.py ├── model.py ├── readme.md ├── sample_images ├── 000783.jpg ├── 003792.jpg ├── 006285.jpg └── 009347.jpg ├── train.py └── utils.py /ahronbd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/ahronbd.ttf -------------------------------------------------------------------------------- /create_data_lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/create_data_lists.py -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/datasets.py -------------------------------------------------------------------------------- /detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/detect.py -------------------------------------------------------------------------------- /eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/eval.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/model.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/readme.md -------------------------------------------------------------------------------- /sample_images/000783.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/sample_images/000783.jpg -------------------------------------------------------------------------------- /sample_images/003792.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/sample_images/003792.jpg -------------------------------------------------------------------------------- /sample_images/006285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/sample_images/006285.jpg -------------------------------------------------------------------------------- /sample_images/009347.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/sample_images/009347.jpg -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jittor/ssd-jittor/HEAD/utils.py --------------------------------------------------------------------------------