Measure 3D position of objects with one camera.
🚧
🚧
🚧
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
- Package authored by Jonathan Yang, advised by Dr. Hemal Naik and Alex Chan.
- Structure Inspired by labvisio/is-aruco-calib-py