shanice-l / gdrnpp_bop2022

PyTorch Implementation of GDRNPP, winner (most of the awards) of the BOP Challenge 2022 at ECCV'22
Apache License 2.0
226 stars 49 forks source link

What is image_sets/train.txt? #68

Open jfitzg7 opened 1 year ago

jfitzg7 commented 1 year ago

When attempting to train gdrn on ycbv I get this error:

FileNotFoundError: [Errno 2] No such file or directory: '/data2/6d-pose-estimation/gdrnpp_bop2022/datasets/BOP_DATASETS/ycbv/image_sets/train.
txt'

I am assuming this folder (image_sets) and file (train.txt) come from the bop website because it's not in the OneDrive folders. If so, which download on the bop website contains this?

jfitzg7 commented 1 year ago

I managed to find an example from this GitHub repo: https://github.com/ChengChen2020/YCB_demo and now the training code is running!

Does the original dataset have this folder? Is it supposed to be generated? Unfortunately the original YCBV dataset appears to be rate limited by Google Drive. Hopefully the repo I linked to can help out some other folks!