xvjiarui / GCNet

GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Apache License 2.0
1.19k stars 165 forks source link

Can I use this framework to train the object detection without mask instance label ? #26

Closed ghost closed 5 years ago

ghost commented 5 years ago

I only have the classes labels and boudingbox labels in my train dataset . Can i use this framework to do the object detection task ?

xvjiarui commented 5 years ago

Sorry for the late reply. Of course, feel free to use bounding boxes only. Since gc block is inserted into backbone, mask instance label is not a must.

ghost commented 5 years ago

Sorry for the late reply. Of course, feel free to use bounding boxes only. Since gc block is inserted into backbone, mask instance label is not a must.

ok,thank you