zju3dv / OnePose

Code for "OnePose: One-Shot Object Pose Estimation without CAD Models", CVPR 2022
Apache License 2.0
932 stars 79 forks source link

colmap: undefined symbol: TIFFFieldDataType, version LIBTIFF_4.0 #59

Open lzt02 opened 11 months ago

lzt02 commented 11 months ago

I encountered the following error when running ‘python run.py +preprocess=sfm_spp_spg_sample.yaml’ ( I installed colmap on the server and there were no errors during the make process ) 20231005164406

shcSteven commented 10 months ago

I actually encountered the same problem. Is there any update?

lzt02 commented 10 months ago

I actually encountered the same problem. Is there any update?

My approach is to reconfigure the environment. After conda creates the environment, all packages are installed using pip. This time I successfully ran all the commands and did not encounter this error.

The online method is conda uninstall libtiff, but conda will uninstall all dependent libraries. And I can’t guarantee that the methods will work because I did not try it.