Replies: 1 comment
-
This might be related to the anchors set up. You may try to adjust the anchor settings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have been trying to develop a vertebra detector using detectron2. I developed a simple one using RetinaNet from detectron2 model zoo.

The input annotated data looks like this:
Also the output from RetinaNet:

But when I try to use other detection models such as Faster R-CNN R50-FPN or Instance Segmentation models it does not give sensible outputs.
I would appriciate any help! Thanks.
Beta Was this translation helpful? Give feedback.
All reactions