zongmutech-car-wheel-object-detection

mAP: 76.4 - 3rd

目录结构

---data
| |-train
| |-train_label
| |-test
| |-test_label
|
|-ens-...
|-data_test

用法

  1. 需求

Ubuntu18.04, WIN10(经过测试)

python3.6 +

pytorch1.0 +

pip install -r requirements.txt
  1. 按目录结构准备数据
  2. 将训练模型放在./checkpoints中
  3. 运行代码得到submit.txt
python inference_ens.py --image_folder='../data_test'
  1. 运行代码将txt文件转化成xml文件, 得到的结果存放在inference_xml中
python submit_xml.py

推理结果

result

模型

model