computer vision toolkit of pytorch


Keywords
computer, vision, machine, learning
License
MIT
Install
pip install cvtk==0.3.21

Documentation

cvtk

computer vision toolkit of pytorch

  • PyTorch 1.7+

packaging

# pip install --upgrade setuptools wheel
# pip install --upgrade twine

python setup.py sdist bdist_wheel
twine upload dist/*

rm -rf build dist *.egg-info

installation

pip install cvtk
# https://pip.pypa.io/en/latest/reference/pip_install/#git
pip install git+https://github.com/flystarhe/cvtk.git@hash
pip install git+https://github.com/flystarhe/cvtk.git@main
pip install git+https://github.com/flystarhe/cvtk.git@v1.0