ylabbe / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
301 stars 89 forks source link

Problem in reproducing results #38

Open mohammad-h-b opened 3 years ago

mohammad-h-b commented 3 years ago

Hi, When I try to reproduce the single-view results on T-LESS data, I get the following error after around ~40 minutes (I'm running python -m cosypose.scripts.run_cosypose_eval --config tless-siso commnad)

5

Also, I get the following error when trying to reproduce multi-view reults (I'm running export CUDA_VISIBLE_DEVICES=0 and then python -m cosypose.scripts.run_cosypose_eval --config tless-vivo --nviews=4) 6

Any idea?