lilangyi

Results 7 issues of lilangyi

在进行detect的时候执行CUDA_VISIBLE_DEVICES=0 python3 eval_voc.py --weight_path weight/best.pt --gpu_id 0 --eval --mode det 保错如下: Traceback (most recent call last): File "eval_voc.py", line 150, in visiual=opt.visiual, File "eval_voc.py", line 79, in detection bboxes_prd =...

执行了这个为什么只有map的图片,没有PR曲线呢?要如何获取PR曲线,感谢!

1. 如果我想要在VOC格式训练集中加入负样本,请问是直接把负样本图片加入在JPEGImages文件夹下吗,需要生成对应的空白xml文件吗?

执行训练的时候报了这个错怎么解决呢?环境:Pytorch1.5版本,ubuntu1604

执行了训练,为什么训练过程中没有显示ap以及训练完后显示map为0,也没有自动保存到模型文件,请问是哪里出问题呢?

#如何给在数据集中添加负样本训练呢? 1.是在JPEGImages文件夹中添加负样本; 2.还是说需要同时在Annotations里面添加空白的.xml文件呢? 感谢