Skip to content

Instantly share code, notes, and snippets.

View hyxhope's full-sized avatar

A sad joker hyxhope

  • Beihang University.
  • Zhejiang, China
View GitHub Profile
@HViktorTsoi
HViktorTsoi / KITTI projection.py
Last active November 16, 2022 07:12
KITTI Pointcloud front-view projection
import multiprocessing
import os
import numpy as np
import array
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
import cv2
from scipy.interpolate import griddata, Rbf, interpolate
from PIL import Image