Hi, I'm new in the research of pose estimation, and I downloaded the lmo dataset from huggingface (followed the guidence of official BOP website).
The wired thing is, when I tried to train a model on that dataset, I found no xyz_crop directory under lmo's trainset, while the python script ./core/gdrn_modeling/datasets/lm_pbr.py does define a path parameter pointed to that directory (line 354). The training script I used is as below:
By the way, It seems that the class LM_PBR_Dataset DO NOT take measures to handle the lmo case, as the PNG format of lmo's rgb images is not considered (line 113). Is it a BUG or did I run the script in a wrong way?
Hi, I'm new in the research of pose estimation, and I downloaded the lmo dataset from huggingface (followed the guidence of official BOP website). The wired thing is, when I tried to train a model on that dataset, I found no
xyz_crop
directory under lmo's trainset, while the python script./core/gdrn_modeling/datasets/lm_pbr.py
does define a path parameter pointed to that directory (line 354). The training script I used is as below:By the way, It seems that the class
LM_PBR_Dataset
DO NOT take measures to handle thelmo
case, as the PNG format oflmo
's rgb images is not considered (line 113). Is it a BUG or did I run the script in a wrong way?