Atlas icon indicating copy to clipboard operation
Atlas copied to clipboard

AtlasInference.ipynb throws FileNotFoundError

Open christian-ochei opened this issue 3 years ago • 1 comments

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 avatar Feb 06 '22 05:02 christian-ochei

I am also having the similar issue

pankhurivanjani avatar Feb 07 '22 21:02 pankhurivanjani