i have download the scannet data set,then i try to run create_data.py to build train data,but this program show me this message
Traceback (most recent call last): File "tools/create_data.py", line 51, in <module> scannet_data_prep( File "tools/create_data.py", line 18, in scannet_data_prep create_indoor_info_file( File "D:\project\python\oneformer3d\tools\indoor_converter.py", line 54, in create_indoor_info_file infos_train = train_dataset.get_infos( File "D:\project\python\oneformer3d\tools\scannet_data_utils.py", line 281, in get_infos return list(infos) File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 619, in result_iterator yield fs.pop().result() File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 437, in result return self.__get_result() File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 389, in __get_result raise self._exception File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "D:\project\python\oneformer3d\tools\scannet_data_utils.py", line 185, in process_single_scene points = np.load(pts_filename) File "D:\software\anaconda3\envs\oneformer3d\lib\site-packages\numpy\lib\npyio.py", line 405, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '.\\data\\scannet\\scannet_instance_data\\scene0191_00_vert.npy
i want know how to solve this problem,thank you
i have download the scannet data set,then i try to run create_data.py to build train data,but this program show me this message
Traceback (most recent call last): File "tools/create_data.py", line 51, in <module> scannet_data_prep( File "tools/create_data.py", line 18, in scannet_data_prep create_indoor_info_file( File "D:\project\python\oneformer3d\tools\indoor_converter.py", line 54, in create_indoor_info_file infos_train = train_dataset.get_infos( File "D:\project\python\oneformer3d\tools\scannet_data_utils.py", line 281, in get_infos return list(infos) File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 619, in result_iterator yield fs.pop().result() File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 437, in result return self.__get_result() File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\_base.py", line 389, in __get_result raise self._exception File "D:\software\anaconda3\envs\oneformer3d\lib\concurrent\futures\thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "D:\project\python\oneformer3d\tools\scannet_data_utils.py", line 185, in process_single_scene points = np.load(pts_filename) File "D:\software\anaconda3\envs\oneformer3d\lib\site-packages\numpy\lib\npyio.py", line 405, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '.\\data\\scannet\\scannet_instance_data\\scene0191_00_vert.npyi want know how to solve this problem,thank you