drsrinathsridhar / tk3dv

The Toolkit for 3D Vision (tk3dv) is a collection of tools for deep learning and 3D computer vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Toolkit for 3D Vision (tk3dv) is a collection of tools for deep learning and 3D computer vision.

License:MIT License


Languages

Language:Python 100.0%