Tencent / ObjectDetection-OneStageDet

单阶段通用目标检测器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用voc数据集训练的模型进行测试,测试结果comp4_det_test_*.txt当中每张图片有几千个测试结果

Adrian-Yan16 opened this issue · comments

我使用voc数据集,默认的配置文件训练的模型最后的loss如下:
2022-11-02 02:24:33,521:INFO:80200 # 0: Loss:10.79493 (Coord:7.35 Conf:2.98 Cls:0.46)
2022-11-02 02:24:33,521:INFO:80200 # 1: Loss:6.81449 (Coord:4.05 Conf:2.27 Cls:0.5)
2022-11-02 02:24:33,521:INFO:80200 # All : Loss:17.60942 (Coord:11.4 Conf:5.25 Cls:0.96)
然后运行test.py得到的结果,每个图片都有几千个测试结果,有人遇到这个问题吗?
完全看不懂这个测试结果