/mono3D

3D estimation of the scene using QR codes for compute distances of objects from the camera.

Primary LanguagePython

mono3D

Measure 3D position of objects with one camera.

Introduction

🚧

Use

🚧

Development

🚧

Developed with Python 3.8.18.

# create and activate conda environment
conda create -n mono3d-py38 python=3.8.18
conda activate mono3d-py38

# install dependencies
python -m pip install -r requirements.in
# install dev dependencies
python -m pip install -r requirements.dev.in

Credits