上一页 1 ··· 76 77 78 79 80
摘要: 1.正负样本选择 预测框一共分为三种情况:正例(positive)、负例(negative)、忽略样例(ignore)。 正例:任取一个ground truth, 与上面计算的10647个框全部计算IOU, IOU最大的预测框, 即为正例。并且一个预测框, 只能分配给一个ground truth。 阅读全文
posted @ 2022-05-26 09:12 海_纳百川 阅读(40) 评论(0) 推荐(0) 编辑
摘要: import os, glob, time def searchAllFilesByTimeReversed(path, reverse=True): return sorted(glob.glob(os.path.join(path, '*')), key=lambda x: time.strft 阅读全文
posted @ 2022-05-26 08:39 海_纳百川 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 2022年06月17日09:33:02 该问题已经解决,我在训练中没有设置正确的类别数,具体问题可在https://github.com/open-mmlab/mmdetection/issues/7298找到我的详细解决方案 ——————————————————分割线——————————————— 阅读全文
posted @ 2022-05-25 08:59 海_纳百川 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: 行百里者半九十 不积跬步无以至千里 不积小流无以成江海 阅读全文
posted @ 2022-05-24 13:56 海_纳百川 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 ··· 76 77 78 79 80
本站总访问量