-
Notifications
You must be signed in to change notification settings - Fork 78
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
Filter accurate pointclouds #75
Comments
Hi, each point cloud has a point cloud quality score. You can find these scores in the sequence_annotation.jgz files. To get the best pointclouds, I would suggest taking the ones with the highest scores. |
Thank you for your reply. However, even after downloading the entire dataset, the sequence_annotation.jgz files for each category appear to contain details for very few sequences per category. Eg: for 'backpack' category - {"sequence_name": "537_78249_152122", "category": "backpack", "video": null, "point_cloud": null, "viewpoint_quality_score": NaN} would you please tell me what am I missing? |
This sounds weird, are you sure that you downloaded the entire co3d? If yes, can you run the following example and check that the loaded sequence annotations contain many entries for backpacks? You can also run the following example to show backpack sequences: |
Hi, how about the camera pose scores ? Is the higher the better ? |
The scores are indeed the higher the better. They were both regressed based on COLMAP outputs, so probably do correlate. |
Right, thank you for clarification. |
Hello,
Your paper mentions that a set of accurate pointclouds for each category has been selected. Where can I find the labels for these accurate pointclouds that passed your filtering?
The text was updated successfully, but these errors were encountered: