diablo 2 vision system
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
$ git clone ...
$ pip install -r requirements.dev.txt
$ pytest
$ python setup.py sdist bdist_wheel
$ twine upload dist/*