Skip to content

flystarhe/cvtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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