DMNet
DMNet copied to clipboard
Official implementation for DMNet: Density map guided object detection in aerial image (CVPR 2020 EarthVision workshop)
crop images
我想问一下,第二步已经裁剪过图片,并且保存过标注信息了,为什么第三步进行目标检测create_VOC_annotation_official.py转成voc格式时还有裁剪图片的操作,不是直接对第二步的结果直接转换成voc格式吗,如果不是将第二步结果转成voc格式第二步还有用吗?
VisDrone Crowd Counting dataset Ground Truth is in xml format, do you means to convert it to mat format and then send it to MCNN network to generate density map?...
When I use fast_rcnn, I don't know the config file and encounter the error message, and I hope I can get your help.
Thank you for your excellent work. I have trouble with generating the estimated density map in both 'val' and 'test-dev' subset of VisDrone. All of the values in the estimated...
help
Hello, the author, I would like to ask gaussian_kernels.pkl and distances_dict.pkl where there were published?What is the .param file I downloaded and how to use it? thank you!
Could you please share the train/test split of the UAVDT dataset? I didn't find it on its official website and I am trying to conducting experiments for object detection on...
为什么MCNN里面数据集标注格式是.mat 生成的密度图是.npy 但是到DMNet 标注格式就要.txt格式的 不明白 这也跑不动啊
User 你好 请问MCNN的标注文件必须使用.mat吗 其他形式可以吗 比如.txt DMnet 使用的.txt形式的数据集格式吗
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...
Excuse me. I glance the whole code fastly but i don't see the code for training this model. If i want to train this model by myself , how can...