yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

why the test result and valid result on the same dataset is different?

Open Carson-T opened this issue 11 months ago • 1 comments

When runing train.py, we got the valid result on valid set. Then I use the best.pth to run test.py on the same valid result, but the result is different from the one during training. The mAP is much lower. What is the problem? I use hyp.scratch.p5.yaml as the training parameter.

Carson-T avatar Mar 15 '24 11:03 Carson-T

I have the same issue. Doesn't the training script uses best.pt weights?

Zeev1988 avatar Apr 07 '24 10:04 Zeev1988