Atlas
Atlas copied to clipboard
AtlasInference.ipynb throws FileNotFoundError
Everything runs fine except for the final cell, which shows sample1.ply and sample1.mp4 is missing
FileNotFoundError Traceback (most recent call last)
/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
I am also having the similar issue