YOLO3算法loU框标-1问题
def label_objectness_ignore(label_objectness, iou_above_thresh_indices):# 注意:这里不能简单的使用 label_objectness[iou_above_thresh_indices] = -1,# 这样可能会...
Paddlex中的YOLOv3训练模型
训练自己的数据集,500张图片,跑了270轮,学习率设置的是0.000125,但bbox_map的值才18.7,拐点也很多,忽上忽下的(发图过不了审。。)是...
2022年3月第二名,分数89.32
如果自己CPU还可以的话,建议在自己的CPU上跑,不知道为什么AI studio跑的比较慢。 项目地址:https://aistudio.baidu.com/aistudio/projectdetail/3735300
出错直接退出
我只本地虚拟机执行 python3 tools/infer/predict_system.py --image_dir="./doc...