Cost-Aggregation-transformers

(โ˜… 135)

Official implementation of CATs

  • 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 Recommended
Prerequisites
  • 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