darglein / ADOP

MIT License
2.03k stars 199 forks source link

poses.txt file missing #8

Closed siliconvalleypilot closed 3 years ago

siliconvalleypilot commented 3 years ago

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!

darglein commented 3 years ago

Please check if d18162163e8e2fa8a4f865b16d8a26f5a6549fe8 fixes your problem.

gravicle commented 3 years ago

that resolves it. Thank you @darglein

siliconvalleypilot commented 3 years ago

It works. Thanks @darglein!