eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.29k stars 2.64k forks source link

Questions regarding the evaluation model in train.py and test.py #825

Closed J-LINC closed 1 year ago

J-LINC commented 1 year ago

I would like to know if the evaluation criteria in train.py is the same as it in test.py, such as map 50 IOU

Flova commented 1 year ago

test.py and train.py utilize the same evaluation function from test.py. It's the mAP with 0.5 iou threshold.