Kiuikit¶
NOTE: this doc is still under construction, and cannot cover all code. You are always encouraged to directly read the code!
A toolkit for computer vision (especially 3D vision) tasks.
Features¶
Collection of maintained, reusable and trustworthy code snippets.
Always using lazy import so the code is not slowed down by
import kiui
.Useful CLI tools, such as a GUI mesh renderer.
Installation¶
# released
pip install kiui # install the minimal package
pip install kiui[full] # install optional dependencies
# latest
pip install -U git+https://github.com/ashawkey/kiuikit.git