Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.18 KB

license

tk3dv

The Toolkit for 3D Vision (tk3dv) is a collection of visualization tools for 3D computer vision/graphics.

Note: To use pyEasel, the visualization component of tk3dv, you must use tk3dv on a machine with a display as it uses OpenGL.

Requirements

  • Palettable: pip install palettable
  • Matplotlib: conda install -c conda-forge matplotlib
  • Please install GLUT if your OS does not come with it. For Ubunutu, sudo apt-get install freeglut3-dev.

Installation

After the above requirements are installed, you can install tk3dv like so:

pip install git+https://github.com/drsrinathsridhar/tk3dv.git

If reinstalling on Ubuntu, make sure to uninstall and repeat the install.

Issues

Import error on macOS Big Sur

Please find the solution in this issue.