Closed xingguang12 closed 1 year ago
1.你运行的验证代码的是计算时间需要和检测的计算方式是一样的,再者可以自行在验证推理上加入
佬 博客V8啥时候更新
佬 博客V8啥时候更新
在开始更新了 不过比较慢
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
❔Question
通过执行如下命令得到模型推理时间吗?
python val.py --data coco.yaml --img 640 --weight runs/train/exp1/weights/best.pt --task speed --batch-size 1
为什么不能通过执行detect.py在val数据集上得到模型的推理时间? 在我的实验下:通过detect.py得到的推理时间比通过val.py得到的推理时间要快很多(在我的数据集下要快30ms),这是什么原因呢? 我通过执行如下命令python val.py --data coco.yaml --img 640 --weight runs/train/exp1/weights/best.pt --task speed --batch-size 1
所得到的mAP比通过训练得到的最好一轮的(best.pt)mAP要小? 非常抱歉耽误您的时间,万分感谢Additional context