-
Notifications
You must be signed in to change notification settings - Fork 6
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
IndexError,objects_id和instance_id-1不相等 #12
Comments
Thank you for your interest in our work! Thanks! |
Thank you! I will try it! |
Hello: I tried the method you provided and had encountered a few issues: 1、Missing Categories for Instance IDs: 2、Label Mismatch: Could you please advise on how best to address these issues? Thank you for your attention to this matter. I look forward to your response. |
I also encountered this issue. |
Hi I am also encountered this issue, have anyone know how to fix this? |
Could you email me to organize a zoom chat to share more information? |
Thank you for your kindness and responsibility. I’ll reach out to you once I’ve compiled a list of potential error data from the training process. I really appreciate your time and look forward to discussing everything further. Best, |
Hello,have u solved this problem?I also meet it. |
Hello,
I'm encountering some issues while trying to reproduce your code. In a specific example, I found that the pixel values in an image exceed the
instance_id - 1
value. Although there are pixel values reaching 38, theobjects_id
only goes up to 37. This discrepancy leads to anIndexError
during training. Upon further investigation, I discovered that a total of 217 images exhibit similar errors. Could you please confirm if the dataset labels are accurate?Your assistance in resolving this matter would be greatly appreciated.
Thank you!
![image](https://private-user-images.githubusercontent.com/148770568/333868936-0407b42d-a4ae-45b0-bbdf-afe3f24dbdca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzU0NTksIm5iZiI6MTczOTI3NTE1OSwicGF0aCI6Ii8xNDg3NzA1NjgvMzMzODY4OTM2LTA0MDdiNDJkLWE0YWUtNDViMC1iYmRmLWFmZTNmMjRkYmRjYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxMTU5MTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iOTc2Y2E2ZjlhYTQ1MWVjNTFjZmU5YTQ1NDJhMDM0ZjY4ZGZkYWYzNjBlZjQ2NzAwMDc5ZWU1NzJkZDA4ZTUxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xh0u1S-0ezla2m2X0RwADGcA8Ru77ug6BHRpoh9mtkg)
![image](https://private-user-images.githubusercontent.com/148770568/333932221-f6a8caea-516a-4ff8-859e-7af5d4511fdb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzU0NTksIm5iZiI6MTczOTI3NTE1OSwicGF0aCI6Ii8xNDg3NzA1NjgvMzMzOTMyMjIxLWY2YThjYWVhLTUxNmEtNGZmOC04NTllLTdhZjVkNDUxMWZkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxMTU5MTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZmQ4YTJiNDQ5NDgwMjZiODRmYTNmNmEyMTkwMjU1NzNmYzM4YzBjMmIxMDI4YzY5ODc0ZDM2NzdiMmQ2OWQwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.K64mQXVurLO5LGpo5xQL5WTfGpbmNLt7BskG0RCMtpQ)
The text was updated successfully, but these errors were encountered: