noahzn / Lite-Mono

[CVPR2023] Lite-Mono: A Lightweight CNN and Transformer Architecture for Self-Supervised Monocular Depth Estimation
MIT License
540 stars 61 forks source link

Subsequent issues with gt_depths.npz #149

Closed 11123jiang closed 3 months ago

11123jiang commented 3 months ago

Hello, I encountered the following error while evaluating gt_depths.npz generated using export_gt_depth.py: Traceback (most recent call last): File "evaluate_depth.py", line 226, in evaluate(options.parse()) File "evaluate_depth.py", line 169, in evaluate gt_depths = np.load(gt_path, fix_imports=True, encoding='latin1', allow_pickle=True)["data"] File "/root/miniconda3/lib/python3.8/site-packages/numpy/lib/npyio.py", line 260, in getitem raise KeyError("%s is not a file in the archive" % key) KeyError: 'data is not a file in the archive' Afterwards, the content of npz printed out includes some numbers ['69 ','54','42 ','57','30 ','27','12 ','75','36 ','33','15 ','72','3 ','39'] What should I do next to conduct an evaluation

noahzn commented 3 months ago

Hi, it seems your ground-truth file is corrupted. Could you try generating gt_depths.npz again?

11123jiang commented 3 months ago

I tried generating again, but still encountered this problem. Can you send gt_depths.npz to my email jas111@stud.tjut.edu.cn

noahzn commented 3 months ago

Hi, currently I don't have this file in my laptop. I just googled this file, could you try downloading from this link?

11123jiang commented 3 months ago

OK, thank you very much for your help