ucaszyp / STEPS

This is the official repository for ICRA-2023 paper "STEPS: Joint Self-supervised Nighttime Image Enhancement and Depth Estimation"
https://arxiv.org/abs/2302.01334
MIT License
175 stars 10 forks source link

Why the file path is always wrong. How is the file data structure actually organized? #17

Closed Larissa0829 closed 3 weeks ago

Larissa0829 commented 3 weeks ago

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