Skip to content
forked from hmnaik/mono3D

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

Notifications You must be signed in to change notification settings

Joilence/mono3D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%