Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsequent issues with gt_depths.npz #149

Closed
11123jiang opened this issue Jul 25, 2024 · 4 comments
Closed

Subsequent issues with gt_depths.npz #149

11123jiang opened this issue Jul 25, 2024 · 4 comments

Comments

@11123jiang
Copy link

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
Copy link
Owner

noahzn commented Jul 26, 2024

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

@11123jiang
Copy link
Author

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

@noahzn
Copy link
Owner

noahzn commented Jul 29, 2024

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

@11123jiang
Copy link
Author

OK, thank you very much for your help

@noahzn noahzn closed this as completed Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants