Closed xiashh closed 6 years ago
You can find the summary of our data preprocessing and post-processing strategies in our paper.
Do you use bounding box of ground truth directly without no disturbance during training?
Multi-scale training is applied
Yes, I see that in dataset.py. I wonder know why you do not use results of the detector and calculate IOU as the prediction of instance.
I didn’t get it. If you mean we directly train using the detection boxes, I think its performance works like multi scale training and maybe random shifts of the boxes. I think random shifts of boxes can help, which we didn’t try it. As well if you want to exploit the specific detector.
I want to know more detail about data prepocessing especially cropping strategy.