sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 393 forks source link

question about the parameter of use_difficult_gt #105

Closed 321zhangli123 closed 6 years ago

321zhangli123 commented 6 years ago

I find that when we train VOC2007 dataset ,the use_difficult_gt = True in the layer of odm_loss; however when we train COCO dataset it becames False. could you please tell me why? thank you!

sfzhang15 commented 6 years ago

@321zhangli123 We are consistent with the SSD.