Skip to content

Understand Vehicle movement using LiDAR 3D PointCloud data

Notifications You must be signed in to change notification settings

skvictoria/pointcloud-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimate Vehicle Movement using LiDAR Pointcloud data

BEFORE running the code, you need to prepare csv files (labeling.csv file)

Setting Virtual Environment with Anaconda

conda create -n [VIR_ENV_NAME] python==3.8

conda activate [VIR_ENV_NAME]

pip install -r requirements.txt

python train.py

If you can run train.py, the setting is done.

About

Understand Vehicle movement using LiDAR 3D PointCloud data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages