edgeai-yolov5 icon indicating copy to clipboard operation
edgeai-yolov5 copied to clipboard

Is the test.py file deleted?

Open zhudu opened this issue 4 years ago • 2 comments

❔Question

Additional context

I want to try to test the model accuracy, but I can't find the test.py mentioned in the readme

zhudu avatar Mar 03 '22 23:03 zhudu

Hi @zhudu , Thanks for pointing it out. We will rectify it . You can reproduce the accuracy by running python val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --weights pretrained_models/yolov5s6_640_ti_lite/weights/best.pt

Regards, Debapriya

debapriyamaji avatar Mar 04 '22 05:03 debapriyamaji

Hi @zhudu , Thanks for pointing it out. We will rectify it . You can reproduce the accuracy by running python val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --weights pretrained_models/yolov5s6_640_ti_lite/weights/best.pt

Regards, Debapriya

@zhudu Hello, I also wonder how the test.py script was deleted and has not been re-uploaded yet. How should I see the visual detection effect?

GalSang17 avatar May 31 '22 09:05 GalSang17