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

AtlasInference.ipynb throws FileNotFoundError #60

Open
christian-ochei opened this issue Feb 6, 2022 · 1 comment
Open

AtlasInference.ipynb throws FileNotFoundError #60

christian-ochei opened this issue Feb 6, 2022 · 1 comment

Comments

@christian-ochei
Copy link

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

@christian-ochei christian-ochei changed the title AtlasInference.ipynb inference throws FileNotFoundError AtlasInference.ipynb throws FileNotFoundError Feb 6, 2022
@pankhurivanjani
Copy link

I am also having the similar issue

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