roboflow / roboflow-100-benchmark

Code for replicating Roboflow 100 benchmark results and programmatically downloading benchmark datasets
https://www.rf100.org
MIT License
248 stars 24 forks source link

Fix yolov5 train script to correctly evaluate on test set #36

Closed FrancescoSaverioZuppichini closed 1 year ago

FrancescoSaverioZuppichini commented 1 year ago

Description

We were evaluating on the val split, this is the default behaviour in yolo. We now change the patch to val in data.yaml to point to the test set