Cost-Aggregation-transformers
Official implementation of CATs
File Explorer
Download Latest Version (.zip)- caltech.py
- dataset.py
- download.py
- keypoint_to_flow.py
- pfpascal.py
- pfwillow.py
- spair.py
- ARCH.jpg
- QUALI.png
- resnet.py
- cats.py
- mod.py
- __init__.py
- evaluation.py
- optimize.py
- utils.py
- LICENSE
- README.md
- test.py
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/SunghwanHong/Cost-Aggregation-transformers
Downloads the entire project code from GitHub to your computer.
cd Cost-Aggregation-transformers
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U scikit-image
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/albumentations-team/albumentations
Installs the package published on PyPI directly โ no need to clone the source.
pip install tensorboardX termcolor timm tqdm requests pandas
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
