카테고리 없음
3D 라이다 Object Detection을 위한 환경 설정
ingus kinematics
2022. 10. 22. 13:50
1. 파이썬 가상 환경 구축
conda create --name lidar python=3.7
2. 파이썬 라이브러리 설치
https://github.com/acado/acado
GitHub - acado/acado: ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimiz
ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a general framework for using a great variety of algorithms for direct o...
github.com
pip install open3d
pip install numpy
pip install matplotlib
pip install pandas
pip install pptk