detector for experiment
- COCO_tool:
- evalDemo.py: 评估demo
- form_index_b-box.py: 形成index
- show_b-box.py: 展示bbox
- ...fakebbox100... : evalDemo中使用的fake结果
- PASCLA_tool
- form_index_b-box.py: 同上
- show_b-box.py: 同上
- VOC_eval.py:评估demo
- ssd.pytorch:来源于github上的项目,用于参考
- ssd_tool:
- config.py
- match.py : match function
- prior_box : generate prior box(anchor)
- target_box.py: generate target boxes and save them
- target_box-not lable.py:just for test, useless
- show-target_box.py: 展示target box
- train.py : train
- test_tool.py : some tools for test bbox
- ...