zju3dv / OnePose_Plus_Plus

Code for "OnePose++: Keypoint-Free One-Shot Object Pose Estimation without CAD Models" NeurIPS 2022
Apache License 2.0
379 stars 46 forks source link

database_parents_path is blank in COLMAP? #48

Closed vaish1604 closed 1 year ago

vaish1604 commented 1 year ago

This is a COLMAP issue but I couldnt find a solution anywhere. I am running this project on the demo data provided by the authors. It was getting stuck at geometric verification so I set skip_geometric_verification to True but now it is getting stuck at run_triangulation like so: image The paths i have are: The database path is to the "database.db" file (I checked by printing the paths in the function) Everything else is set to default.

vaish1604 commented 1 year ago

I set up the whole environment and repo again and used "sudo apt install colmap" for the installation in my WSL2 Ubuntu machine. Everything worked