Closed jonasvonarb closed 2 years ago
It seems you are on mac and have a .DS_Store
file in your directory which the code is trying to read. You can remove it and rerun the script. I'll update the code at some point to ignore files which are not depth maps.
Hei,
I am try to create a depth video from my lidarscan. I am using python 3.7.7 (otherwise i can't install open3d) and numpy 1.20.3
If I use the make_video.py I get the error:
So if I ad
depth = np.load(path, allow_pickle=True)
there is a new Error i don't quit get.Do you have an Idea how to solve this?