CalayZhou / MBNet

Improving Multispectral Pedestrian Detection by Addressing Modality Imbalance Problems (ECCV 2020)
103 stars 30 forks source link

Can the author provide the files of lwir.mp4 and visible.mp4 of of the demo_video.py? #36

Open cqyan521 opened 3 years ago

cqyan521 commented 3 years ago

Thanks for your work and it inspired me a lot! By the way, could you provide the files lwir.mp4 and visible.mp4 of of the demo_video.py? Thanks!

CalayZhou commented 3 years ago

hello, you can download the test data(https://pan.baidu.com/s/1xQMEnHkmV29_Jq1pk_ERVw ABCD) and merge images into video.

cqyan521 commented 3 years ago

hello, you can download the test data(https://pan.baidu.com/s/1xQMEnHkmV29_Jq1pk_ERVw ABCD) and merge images into video.

Thanks for your reply, btw, could your provide the .m code file of drawing the MR-FPPI plot? I want to get the Fig.5 (b) results. Thanks!

CalayZhou commented 3 years ago

hello~you can refer to https://github.com/CalayZhou/MBNet/issues/24 KAISTdevkit-matlab-wrapper-plot-FPPI.zip

cqyan521 commented 3 years ago

hello~you can refer to #24 KAISTdevkit-matlab-wrapper-plot-FPPI.zip

Nice work!Thank you so much!

cqyan521 commented 3 years ago

hello~you can refer to #24 KAISTdevkit-matlab-wrapper-plot-FPPI.zip

作者您好,请问能否提供IAF RCNN 、CIAN、AR CNN的det结果?我调试了您上述给予的FPPI.ZIP文件,发现这三个算法的det文件是没有的,即在6. Comparison with other Methods提供的百度网盘链接中并没有。除了这三个算法,其他的算法结果都可以成功plot出来。 另外问您一下,请问为什么有det这种和mat的两种结果评估呀?.mat文件不就是det文件生成的吗?另外,我把网盘中的IAF RCNN 、CIAN、AR CNN的res.mat参与评估,但是不work,期待您的回复~ ~

cqyan521 commented 3 years ago

hello~you can refer to #24 KAISTdevkit-matlab-wrapper-plot-FPPI.zip

另外还需要问您一个问题,这些算法似乎都没有公布源码,请问您是复现了他们的代码实现的结果对比吗?期待您的回复~

CalayZhou commented 3 years ago

不好意思最近没有看issue,我复现过MSDS-RCNN,因为这篇提供了相对完整的代码,其他只能根据提供的检测结果进行对比;det这种和mat的两种结果本质是一样的,只是之前的方法有的提供mat,有的提供txt的检测结果,所以需要分别处理,IAF RCNN 、CIAN、AR CNN的检测结果在“6. Comparison with other Methods”网盘中的“state_of_art”文件夹下