Skip to content
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

Open
theamaya opened this issue May 25, 2023 · 6 comments
Open

Filter accurate pointclouds #75

theamaya opened this issue May 25, 2023 · 6 comments

Comments

@theamaya
Copy link

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?

@davnov134
Copy link
Contributor

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.

@theamaya
Copy link
Author

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?

@davnov134
Copy link
Contributor

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?
https://github.com/facebookresearch/co3d/blob/main/examples/print_co3d_stats.py

You can also run the following example to show backpack sequences:
https://github.com/facebookresearch/co3d/blob/main/examples/show_co3d_dataset.py

@jh27kim
Copy link

jh27kim commented Nov 2, 2023

Hi, how about the camera pose scores ? Is the higher the better ?
Also, how well do the scores of point cloud correlate with camera pose scores ?

@shapovalov
Copy link
Contributor

The scores are indeed the higher the better. They were both regressed based on COLMAP outputs, so probably do correlate.

@jh27kim
Copy link

jh27kim commented Nov 3, 2023

Right, thank you for clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants