-
Notifications
You must be signed in to change notification settings - Fork 10
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
instances mask and category #4
Comments
Hi @chengzheng-nreal, thanks for reaching out! Instance masks can be visualized by multiplying their values by a certain factor. In the case of three instances (0,1,2), you can multiply by 128. You can try the following code snippet to visualize instance masks:
![]() ![]() Does it solve your problem? |
Thank you very much for your reply, which has solved most of my problems, I found that I made a mistake earlier cv2.imread read uint8, should read uint16. Now another question is how do I know which instances are people, I want to automatically filter out the instances of people |
Thank you very much for the open source dataset, there is a problem, I found that there is only instance information in the instance_id_maps folder, the instance mask is 0, how do I get the category and mask corresponding to each instance?
The text was updated successfully, but these errors were encountered: