Object detection with just the bounding box
tanya-suri opened this issue · 1 comments
tanya-suri commented
hello,
Can we perform the bounding box detection without segmentation mask using this code?,.
GewelsJI commented
Hi, @tanya-suri
Sure. But you may modify the datatloader and loss function to fit with the task target of object detection, like OSFormer: One-Stage Camouflaged Instance Segmentation with Transformers does.