ylabbe / cosypose

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

No such file or directory #10

Closed pyni closed 3 years ago

pyni commented 3 years ago

Hi, i run the code:python -m cosypose.scripts.run_cosypose_eval --config ycbv it shows: No such file or directory: '/home/yuan/doc/objectpose/cosypose/local_data/bop_datasets/ycbv/test' And it seems that ycbv has not test file: Screenshot from 2020-10-16 22-21-30

So do you have any suggestion for this case?

ylabbe commented 3 years ago

Hi,

You need to download the YCB dataset in BOP format. I see you have downloaded the additional files but not the original dataset. You can use this command:

python -m cosypose.scripts.download --bop_dataset=ycbv
pyni commented 3 years ago

Yes! Maybe that is problem of my network. Thanks for quickly reply.