This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Converting the ply files into the bin files | |
import sys | |
sys.path.remove('/opt/ros/kinetic/lib/python2.7/dist-packages') | |
print("removed ros") | |
import pyntcloud | |
import numpy as np | |
import glob | |
import pdb |
NewerOlder