-
Notifications
You must be signed in to change notification settings - Fork 263
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
Does the dataset contain transparent object instances? #21
Comments
Good question!
|
I did see you proposed a solution for symmetric objects in the paper. But it seems that your provided evaluator script did not treat them specially. I was wondering if the reported numbers in the Objectron paper also used the same script to calculate the numbers. |
The eval script for the symmetric objects is a bit different, you can find the code snippets in this discussion #26 (comment). |
@lzhang57 Thanks for the update. I am wondering if the current numbers for the symmetric objects in your paper are evaluated by this new script, e.g., bottle category? Or do you have a plan to use it to re-evaluate your methods in your next release? |
The current numbers in our paper are evaluated in the same way as in this new script. |
@lzhang57 Awesome. I have a follow-up question. Of all 9 categories, which one do you apply this symmetric script on? Except for the bottle category which is obviously symmetric, it is not very clear to me if others are symmetric or not. E.g., in your dataset, the cup category has both mug (which is not symmetric) and cup. I do not see labels discriminating them in the current release. |
@Uio96 Of all 9 categories, we apply this symmetric script on cup and bottle categories. The 'symmetry' of an object can be dependent on the viewing point. E.g. a mug can become non-symmetric when observed from some certain viewing points (when its handle is hidden), to mitigate that uncertainty we simply treat every mug instance as symmetric object. |
Hi,
Does the dataset contain transparent object instances, e.g. empty see-through bottles or cups? If so, how is your model's capability in handling these?
The text was updated successfully, but these errors were encountered: