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

stuck on Matching image pairs...: 27%|██▋ | 12/45 [00:11<00:07, 4.67it/s] #28

Closed zhirui-gao closed 1 year ago

zhirui-gao commented 1 year ago

the code stuck on "Matching image pairs...: 27%|██▋ | 12/45 [00:11<00:07, 4.67it/s]" repeated 4x across cluster

hxy-123 commented 1 year ago

Hi, I think this may because CUDA OOM due to the parallel matching. You can turn off it by setting use_local_ray=False.

zhirui-gao commented 1 year ago

Thanks, it works.