/d2vs

Primary LanguagePythonMIT LicenseMIT

d2vs

diablo 2 vision system

installation

First do this... (swap in your version of CUDA)

$ conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

Then this..

$ pip install d2vs

NOTE: this can run via CPU, but via GPU is far superior. You must install CUDA and the appropriate python jazz to get that working, for me with CUDA10.1:

$ >conda install torch torchvision cudatoolkit=10.1 -c pytorch

development

setup

$ git clone ...
$ pip install -r requirements.dev.txt

running tests

$ pytest

distributing

$ python setup.py sdist bdist_wheel
$ twine upload dist/*