Kuzphi / Weakly-Supervised-3D-Hand-Pose-Estimation-from-Monocular-RGB-Images

18 stars 4 forks source link

about STB.py #1

Open DongGuaDONG opened 4 years ago

DongGuaDONG commented 4 years ago

I think STB.py is a data preprocessing file. The src/dataset/STB.py file doesn't seem to get cropped hand as you said. and when I run train Python train.py --cfg config/train/direct_regression.yaml,shows an error:Weakly-Supervised-3D-Hand-Pose-Estimation-from-Monocular-RGB-Images-master/src/dataset/STB.py", line 112, in _get_db self.db = pickle.load(open(self.cfg.DATA_JSON_PATH)) IOError: [Errno 21] Is a directory: 'data/STB/labels'

Ericjiejie commented 4 years ago

hi,@DongGuaDONG I meet same problem of reprocessing of dataset. Have you solved it?

DongGuaDONG commented 4 years ago

hi,@DongGuaDONG I meet same problem of reprocessing of dataset. Have you solved it?

No,I think the author is missing a data preprocessing file.