How to increase object detection in one class? #10852
Unanswered
seon-creator
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing instance segmentation for detecting some spots and counting them from skin images.
This case make automatically bounding box, so I can train this data to mmdetection.
I made one category named spot, and make other instances like this.

I'm using YOLOv3 model.

And then test the model to imgs.
I count the objects and find that this model limited to detecting 100 objects.
I want to increase more than 100 objects.
How to increate detect objects?
I tried change threshold but it is same result.
Beta Was this translation helpful? Give feedback.
All reactions