Why the file path is always wrong. How is the file data structure actually organized?
Larissa0829 opened this issue · 0 comments
Larissa0829 commented
Why the file path is always wrong. How is the file data structure actually organized?
fn: ../../data/nuScenes-Night/splits/night_test_split.txt Traceback (most recent call last): File "eval_nuscenes.py", line 120, in <module> gt_depth = read_gt() File "eval_nuscenes.py", line 105, in read_gt test_items = read_list_from_file(osp.join("../", NUSCENES_ROOT['split'], '{}_test_split.txt'.format(args.weather))) File "..\utils\read_list_file.py", line 28, in read_list_from_file assert os.path.exists(fn) AssertionError