zju3dv / OnePose_Plus_Plus

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

inference error #13

Open 1559092344 opened 1 year ago

1559092344 commented 1 year ago

Hi: Thanks a lot for the job! After running the python run.py +preprocess=sfm_inference_lowtexture.yaml use_local_ray=True and python inference.py +experiment=inference_onepose_lowtexture.yaml use_local_ray=True verbose=True I got an error for no: FileNotFoundError: [Errno 2] No such file or directory: 'data/datasets/sfm_output/outputs_softmax_loftr_loftr/0700-toyrobot-others/anno/anno_3d_average.npz'

Any idea to fix it?

Many thanks

hxy-123 commented 1 year ago

Hi, it seems that the SfM phase failed to run. Please refer to this https://github.com/zju3dv/OnePose_Plus_Plus/issues/15#issuecomment-1483710450 to see whether my reply can solve your problem!