This is the code of the Bachelor's Thesis by Antonia Bieringer. Submission date is the 22nd of August 2023.
- numpy
- open3D
- matplotlib
- cv2
To install all packages in a new environment, please run the following code:
conda create --name LoD3ForLocalization python=3.10.9
conda activate LoD3ForLocalization
pip install numpy
pip install open3d
pip install matplotlib
pip install opencv-python