multispectral-object-detection
multispectral-object-detection copied to clipboard
some questions about the result
Thanks for your great work~ I find the result in LLVIP origin paper is higher than the result in your paper. I want to know why this difference happened. I did the experiment using the yolov5 v6.0 version
and found it's the result in LLVIP paper. (AP 0.527 and 0.67). Can you help me to explain this question? ^_^
- The result in LLVIP paper (using yolov5)
- The result in your paper
Yes, the detection results on the single modality of the LLVIP dataset come from the LLVIP paper.
By the way, the baseline of this repository is yolov5 v5.0 version
.
您好,我也想问一下就是为什么您论文中关于RGB和IR的结果跟LLVIP论文中的结果不一致呀,如果IR的结果都优于多光谱融合后的检测结果了,那做多光谱的意义是什么
会不会是因为作者用的1024img_size丢了信息,LLVIP paper用的1280
有道理唉,我之前都没注意到这个
---Original--- From: @.> Date: Fri, Apr 22, 2022 20:48 PM To: @.>; Cc: @.@.>; Subject: Re: [DocF/multispectral-object-detection] some questions about the result (Issue #24)
会不会是因为作者用的1024img_size丢了信息,LLVIP paper用的1280
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
@DocF 这是我在yolov5上跑的红外单模态,为什么IR的指标都优于了融合后