-
Prerequisite
🐞 Describe the bugThanks for this nice toolbox. When I delve into Sparse R-CNN training, I print out the Environmentsys.platform: linux Python: 3.9.13 (main, Aug 25 2022, 23:26:10) [GCC 11.2.0] CUDA available: True GPU 0,1,2,3,4,5,6,7: NVIDIA GeForce RTX 3090
TorchVision: 0.13.1 Additional informationNo additional modification is made. Dataset is MSCOCO. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The logic we implemented is consistent with the original code, and a negative roi does not affect the performance of the Sparse R-CNN. |
Beta Was this translation helpful? Give feedback.
-
The RoI with negative coordinates will has its RoI features to be zeros. |
Beta Was this translation helpful? Give feedback.
The logic we implemented is consistent with the original code, and a negative roi does not affect the performance of the Sparse R-CNN.