225ceV

Results 2 issues of 225ceV

我在复现这个项目,但是我发现最新版本的yolov5框架同5.0以前版本的精度有所区别,最新框架的单ir输入结果甚至比项目融合的结果高,这让我很困惑。我知道一种方法是将该项目用最新的框架实现,但是如果可以知晓该项目的具体版本也可以保证比较的公平性。

用预训练的三个权重文件运行以下语句时出错 python fishing.py image -f yolox/exp/yolox_tiny_fish.py -c weights/best_tiny3.pth --conf 0.25 --nms 0.45 --tsize 640 --device cpu **conda环境python3.7** 错误如下: PS C:\DATA\Project\genshin_auto_fish> python fishing.py image -f yolox/exp/yolox_tiny_fish.py -c weights/best_tiny3.pth --conf 0.25 --nms...