computer vision toolkit of pytorch
- PyTorch 1.7+
# pip install --upgrade setuptools wheel
# pip install --upgrade twine
python setup.py sdist bdist_wheel
twine upload dist/*
rm -rf build dist *.egg-info
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