junjiehe96 / FastInst

[CVPR2023] FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation
MIT License
178 stars 16 forks source link

Model does not output bounding boxes #28

Closed michalt38 closed 9 months ago

michalt38 commented 9 months ago

I am visualizing results of FastInst model using demo.py. Mask segmentation of objects are correct but all bounding boxes are in top-left corner of an image. Is this behaviour expected?

junjiehe96 commented 9 months ago

Yes, by default all boxes are set to zeros for fast inference. See this line for detail.