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

Abount height and width of the sliding window #11

Closed dawn-ech closed 2 years ago

dawn-ech commented 3 years ago

Hi @Cli98, I tried to run your code on VisDrone dataset. Could you show me the height and width of the sliding window? And the threshold is set to be 0.08?

Cli98 commented 3 years ago

Hi @Cli98, I tried to run your code on VisDrone dataset. Could you show me the height and width of the sliding window? And the threshold is set to be 0.08?

The height and width are calculated from the average window size of Visdrone dataset. And yes, threshold set as 0.08

Cli98 commented 2 years ago

Closed as no follow-ups. Feel free to reopen