Skip to content

Instantly share code, notes, and snippets.

View Manojbhat09's full-sized avatar

Manoj Bhat Manojbhat09

View GitHub Profile
@Manojbhat09
Manojbhat09 / convert_argo_to_kitti.py
Created April 29, 2020 19:29
Convert Argoverse format to KITTI
# 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