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
98 stars 15 forks source link

Not understanding density map generation using MCNN #17

Open nandini211995 opened 2 years ago

nandini211995 commented 2 years ago

Hi, I have read the base paper but cannot understand how you applied mcnn for generating density maps. It will greatly help if you provide the mcnn_train file which you have used for training.

Cli98 commented 1 year ago

Hi @nandini211995

My apology for late reply. Here as I mentioned in readme, we directly use https://github.com/CommissarMa/MCNN-pytorch to train MCNN model. Please kindly refer to this repo for the training code.

Thank you and plz let me know if you have any other questions.