aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

#@title Download results #56

Closed anupkumarmridha closed 1 year ago

anupkumarmridha commented 1 year ago

/content/AdelaiDepth/LeReS/test_images

zip error: Nothing to do! (result.zip)

FileNotFoundError Traceback (most recent call last) in 3 get_ipython().run_line_magic('cd', '/content/AdelaiDepth/LeReS/test_images/') 4 get_ipython().system('find outputs/ -name "*-depth_raw.png" | zip -r result.zip -@') ----> 5 files.download("result.zip")

/usr/local/lib/python3.7/dist-packages/google/colab/files.py in download(filename) 207 if not _os.path.exists(filename): 208 msg = 'Cannot find file: {}'.format(filename) --> 209 raise FileNotFoundError(msg) # pylint: disable=undefined-variable 210 211 comm_manager = _IPython.get_ipython().kernel.comm_manager

FileNotFoundError: Cannot find file: result.zip

guangkaixu commented 1 year ago

The code in google cobal has not been updated yet. Please use the code in the github, and we'll update the code of colab later. Thank you!

guangkaixu commented 1 year ago

Bug has been fixed in https://github.com/aim-uofa/AdelaiDepth/issues/65#issuecomment-1492816706.