You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
随机训练epoch报错:
File "SparseOcc-main/SparseOcc-main/loaders/nuscenes_occ_dataset.py", line 100, in get_data_info
img_paths.append(os.path.relpath(cam_info['data_path']))
File "apps/miniconda3/envs/sparse/lib/python3.8/posixpath.py", line 471, in relpath
start_list = [x for x in abspath(start).split(sep) if x]
File "apps/miniconda3/envs/sparse/lib/python3.8/posixpath.py", line 379, in abspath
cwd = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory
在A800和L40上训练的,会在随机epoch报错
The text was updated successfully, but these errors were encountered:
随机训练epoch报错:
File "SparseOcc-main/SparseOcc-main/loaders/nuscenes_occ_dataset.py", line 100, in get_data_info
img_paths.append(os.path.relpath(cam_info['data_path']))
File "apps/miniconda3/envs/sparse/lib/python3.8/posixpath.py", line 471, in relpath
start_list = [x for x in abspath(start).split(sep) if x]
File "apps/miniconda3/envs/sparse/lib/python3.8/posixpath.py", line 379, in abspath
cwd = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory
在A800和L40上训练的,会在随机epoch报错
The text was updated successfully, but these errors were encountered: