Cli98 / DMNet

Official implementation for DMNet: Density map guided object detection in aerial image (CVPR 2020 EarthVision workshop)
https://openaccess.thecvf.com/content_CVPRW_2020/papers/w11/Li_Density_Map_Guided_Object_Detection_in_Aerial_Images_CVPRW_2020_paper.pdf
93 stars 14 forks source link

How to get the gt of visdrone dataset in MCNN #20

Open Jayce0625 opened 1 year ago

Jayce0625 commented 1 year ago

First of all, thank you for your selfless sharing Can you please tell me how I can get the ground_truth of visdrone dataset, which is .mat file for remote sensing image, because I have a general understanding of MCNN, he uses the position of human head to build the .mat, how can I get it for visdrone?Because I see that both the K-nearest neighbor acquisition density map and the training process need this gt file, which is .mat 首先谢谢您无私的分享 麻烦问一下,对于使用MCNN生成密度图部分,对于遥感图像来说,如visdrone数据集,我该如何获得visdrone的ground_truth,也就是.mat文件,因为我大致了解了一下MCNN,他是用人头的位置构建的.mat,那对于visdrone来说我如何获得呢。因为我看到无论是K近邻获取密度图还是训练过程都需要这个gt文件,也就是.mat

GGD777 commented 8 months ago

First of all, thank you for your selfless sharing Can you please tell me how I can get the ground_truth of visdrone dataset, which is .mat file for remote sensing image, because I have a general understanding of MCNN, he uses the position of human head to build the .mat, how can I get it for visdrone?Because I see that both the K-nearest neighbor acquisition density map and the training process need this gt file, which is .mat 首先谢谢您无私的分享 麻烦问一下,对于使用MCNN生成密度图部分,对于遥感图像来说,如visdrone数据集,我该如何获得visdrone的ground_truth,也就是.mat文件,因为我大致了解了一下MCNN,他是用人头的位置构建的.mat,那对于visdrone来说我如何获得呢。因为我看到无论是K近邻获取密度图还是训练过程都需要这个gt文件,也就是.mat

Hello, I would like to ask if this problem has been solved, thank you