I was trying to run ./bin/colmap2adop on my reconstruction, and pointed --sparse_dir --image_dir --point_cloud_file to the correct locations, but I still got the following error:
Assertion 'the pose file is required!' failed!
File: ADOP/src/lib/data/SceneData.cpp:125
Function: SceneData::SceneData(std::string)
Aborted
I tried the given boat sample data, still same problem. Could you give more context on how to obtain the poses.txt file?
Hi thanks for the awesome work!
I was trying to run ./bin/colmap2adop on my reconstruction, and pointed --sparse_dir --image_dir --point_cloud_file to the correct locations, but I still got the following error:
Assertion 'the pose file is required!' failed! File: ADOP/src/lib/data/SceneData.cpp:125 Function: SceneData::SceneData(std::string) Aborted
I tried the given boat sample data, still same problem. Could you give more context on how to obtain the poses.txt file?
Thank you!