Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 600 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 600 Bytes

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