We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything runs fine except for the final cell, which shows sample1.ply and sample1.mp4 is missing
FileNotFoundError Traceback (most recent call last) in () 1 # download results ----> 2 files.download('results/release/semseg/test_final/sample1.ply') 3 files.download('results/release/semseg/test_final/sample1.mp4')
/usr/local/lib/python3.7/dist-packages/google/colab/files.py in download(filename) 140 raise OSError(msg) 141 else: --> 142 raise FileNotFoundError(msg) # pylint: disable=undefined-variable 143 144 comm_manager = _IPython.get_ipython().kernel.comm_manager
FileNotFoundError: Cannot find file: results/release/semseg/test_final/sample1.ply
The text was updated successfully, but these errors were encountered:
I am also having the similar issue
Sorry, something went wrong.
No branches or pull requests
Everything runs fine except for the final cell, which shows sample1.ply and sample1.mp4 is missing
FileNotFoundError Traceback (most recent call last)
in ()
1 # download results
----> 2 files.download('results/release/semseg/test_final/sample1.ply')
3 files.download('results/release/semseg/test_final/sample1.mp4')
/usr/local/lib/python3.7/dist-packages/google/colab/files.py in download(filename)
140 raise OSError(msg)
141 else:
--> 142 raise FileNotFoundError(msg) # pylint: disable=undefined-variable
143
144 comm_manager = _IPython.get_ipython().kernel.comm_manager
FileNotFoundError: Cannot find file: results/release/semseg/test_final/sample1.ply
The text was updated successfully, but these errors were encountered: