atom
atom copied to clipboard
Split vision.py into vision.py and point_cloud.py
vision.py imports o3d which then gives an error concerning the numpy versions.
Often we do not need the functions that use o3d, so let's split the vision.py into two files, one for point cloud processing which uses o3d, and the other just for pure vision.