Skip to main content

A python library

Project description

anet-tools

Install

conda create -n anet python=3.7 -y
source activate anet
conda install pytorch==1.4.0 torchvision cudatoolkit=10.1 -c pytorch -y
conda install -c conda-forge opencv -y
cd anet_tools/features/flownet2/networks/correlation_package
rm -rf *_cuda.egg-info build dist __pycache__
python setup.py install --user
cd ../resample2d_package
rm -rf *_cuda.egg-info build dist __pycache__
python setup.py install --user
cd ../channelnorm_package
rm -rf *_cuda.egg-info build dist __pycache__
python setup.py install --user
cd ../../../../../
pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anet-tools-0.0.1.tar.gz (55.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page