facebookresearch / deepmask

Torch implementation of DeepMask and SharpMask
Other
3.11k stars 506 forks source link

How to use deepmask/sharpmask for object localization problem (bounding box) instead of segmentation problem? #93

Open yxchng opened 7 years ago

yxchng commented 7 years ago

I just need to train a more that has bounding box label and predict the bounding boxes. How should I prepare my data since I don't have segmentation label? Thanks.