chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 306 forks source link

Allow empty object bounding box for SSD training #930

Open jo7ueb opened 4 years ago

jo7ueb commented 4 years ago

Hi,

Thank you for your great library.

I'm training SSD model based on your example code (https://github.com/chainer/chainercv/blob/master/examples/ssd/train.py) .

This example code requires at least one object annotated for each data in dataset. I want this requirement to be exempted because some of data in my dataset has no object annotated.

Do you think my idea is good for chainercv? If yes, I'll try to modify chainercv

Thanks.