alfredtorres / 3DFacePointCloudNet

Learning Directly from Synthetic Point Clouds for "In-the-wild" 3D Face Recognition
MIT License
61 stars 15 forks source link

How can I get .bcnc dataset? #10

Open LCR2001 opened 10 months ago

LCR2001 commented 10 months ago

I don't know where and how can I play the 'python -m pointnet2.train.train_cls' code.... In addition, where can I get the datasets...? $ python -m pointnet2.train.train_cls Traceback (most recent call last): File "/home/cr/miniconda3/envs/pointnet/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/home/cr/miniconda3/envs/pointnet/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/cr/3D/3DFacePointCloudNet/pointnet2/train/train_cls.py", line 232, in extensions='bcnc') File "/home/cr/3D/3DFacePointCloudNet/pointnet2/data/GPMM_Normal_Curvature_dataset.py", line 62, in init classes, class_to_idx = self._find_classes(self.root, self.class_nums) File "/home/cr/3D/3DFacePointCloudNet/pointnet2/data/GPMM_Normal_Curvature_dataset.py", line 92, in _find_classes classes = [d.name for d in os.scandir(dir) if d.is_dir()] NotADirectoryError: [Errno 20] Not a directory: '/home/cr/3D/3DFacePointCloudNet/pointnet2/data/GPMM_Normal_Curvature_dataset.py'