-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about instance GT #3
Comments
The GT masks are represented as polygons(a set of points) in the json file, but the number of the points is different for different objects, you need to sample the polygons uniformly to 36 points for all objects. |
|
The algorithm is on the line 463 in code/mmdet/datasets/pipelines/loading.py |
Does the instance sem GT have to be Polygons instead of RLE? I tried RLE's and it didn't seem to work well. |
The instance sem GT should be polygons, you may use |
It works. Thanks for your reply. |
Hello, I'd like to ask a question.For the instance split task, how should we generate the corresponding 36 points?
The text was updated successfully, but these errors were encountered: