DocF / multispectral-object-detection

Multispectral Object Detection with Yolov5 and Transformer
GNU Affero General Public License v3.0
272 stars 55 forks source link

FLIR实验参数 #57

Open duoxiangqinzuo opened 11 months ago

duoxiangqinzuo commented 11 months ago

使用作者给出的数据集和best.pt权重,但是mAP等各种指标都与报告结果有很大区别,想知道推理时能够接近作者指标的参数,以便确定数据集是否有问题。

ssbin0914 commented 10 months ago

Hello. What is the AP@.5, AP@.75 and AP.5:.95 of each category(person, car and bicycle) using the best.pt weight given by the author? I got 83.9/28.5/39 for the AP@.5, AP@.75 and AP.5:.95 of the person.

SwaggyYhy commented 10 months ago

在best.pt基础上finetune一下和原论文结果相差不大

duoxiangqinzuo commented 10 months ago

Hello. What is the AP@.5, AP@.75 and AP.5:.95 of each category(person, car and bicycle) using the best.pt weight given by the author? I got 83.9/28.5/39 for the AP@.5, AP@.75 and AP.5:.95 of the person.

我直接训练的结果和你类似,正如[SwaggyYhy]所说,使用作者提供的best.pt微调一下可以得到报告的结果,可能作者额外用了一些技巧。

nlynzb commented 9 months ago

使用作者给出的数据集和best.pt权重,但是mAP等各种指标都与报告结果有很大区别,想知道推理时能够接近作者指标的参数,以便确定数据集是否有问题。

你好,请问作者给出的best.pt权重在哪里,我没找到

mtdyhhxxttxs commented 9 months ago

Hello. What is the AP@.5, AP@.75 and AP.5:.95 of each category(person, car and bicycle) using the best.pt weight given by the author? I got 83.9/28.5/39 for the AP@.5, AP@.75 and AP.5:.95 of the person.

我直接训练的结果和你类似,正如[SwaggyYhy]所说,使用作者提供的best.pt微调一下可以得到报告的结果,可能作者额外用了一些技巧。

您好请问您是怎么微调的,谢谢

mtdyhhxxttxs commented 9 months ago

在best.pt基础上finetune一下和原论文结果相差不大

您好请问您是怎么微调的,谢谢

ZhengShangpo commented 7 months ago

使用作者给出的数据集和best.pt权重,但是mAP等各种指标都与报告结果有很大区别,想知道推理时能够接近作者指标的参数,以便确定数据集是否有问题。

你好,best权重在哪里获得