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

About MCNN pretrained weights #8

Closed hthoai closed 3 years ago

hthoai commented 3 years ago

Hi @Cli98,

I tried to use your pretrained weights to inference density map. However, the density map generated by MCNN is scaled down by 4 so I can't do image cropping with this density map (shape mismatch).

Could you please show me how to fix this error?!

Cli98 commented 3 years ago

@hthoai Please have my apology for late reply. You can directly upsample it 4X. Otherwise it is possible to train a new network with two upsample layers. Both works.

Cheers

Cli98 commented 3 years ago

Closed due to no further inquiry. Feel free to reopen.