lidar data was download from The KITTI Vision Benchmark Suite, download synced+rectified data data and unzip it.
put unziped data folder on drive_data
folder, folder structure like this image
install dependencies by npm or yarn
npm install
# or
yarn
open terminal to project folder start the server
node serverSrc.js
open another terminal and run React
npm start