JimmySuen / integral-human-pose

Integral Human Pose Regression
MIT License
471 stars 76 forks source link

how to overcome this error while training on mpii data #40

Open Gaurav07563 opened 3 years ago

Gaurav07563 commented 3 years ago

While training on mpii dataset why it is asking hm36 dataset. File "train.py", line 176, in main() File "train.py", line 85, in main config.dataiter.mean, config.dataiter.std, config.aug, label_func, config.loss) File "E:\integral-human-pose\pytorch_projects\integral_human_pose\core\loader.py", line 74, in init self.db1 = db[1].gt_db() # hm36 File "E:\integral-human-pose\pytorch_projects\integral_human_pose..\common_pytorch\dataset\hm36.py", line 394, in gt_db os.path.join(self.dataset_path, "annot", folders[n_folder], 'matlab_meta.txt')) File "E:\integral-human-pose\pytorch_projects\integral_human_pose..\common_pytorch\dataset\hm36.py", line 136, in parsing_hm36_gt_file with open(gt_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '../../data/hm36\annot\s_01_act_02_subact_01_ca_01\matlab_meta.txt'