zongmutech-car-wheel-object-detection
zongmutech-car-wheel-object-detection copied to clipboard
zongmutech-car-wheel-object-detection
mAP: 76.4 - 3rd
目录结构
---data
| |-train
| |-train_label
| |-test
| |-test_label
|
|-ens-...
|-data_test
用法
- 需求
Ubuntu18.04, WIN10(经过测试)
python3.6 +
pytorch1.0 +
pip install -r requirements.txt
- 按目录结构准备数据
- 将训练模型放在./checkpoints中
- 运行代码得到submit.txt
python inference_ens.py --image_folder='../data_test'
- 运行代码将txt文件转化成xml文件, 得到的结果存放在inference_xml中
python submit_xml.py