Is the test.py file deleted?
❔Question
Additional context
I want to try to test the model accuracy, but I can't find the test.py mentioned in the readme
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
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?