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

#@title Download results #56

Closed
anupkumarmridha opened this issue Nov 5, 2022 · 2 comments
Closed

#@title Download results #56

anupkumarmridha opened this issue Nov 5, 2022 · 2 comments

Comments

@anupkumarmridha
Copy link

/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
Copy link
Collaborator

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

Bug has been fixed in #65 (comment).

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