Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 980 Bytes

INSTALL.md

File metadata and controls

29 lines (20 loc) · 980 Bytes

Installation

Requirements

Example conda environment setup

conda create --name matcher python=3.8.5
conda activate matcher

pip install torch==1.13.1 torchvision==0.14.1
# or install xformers for faster inference of DINOv2
# pip install xformers==0.0.16 torch==1.13.1 torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cu117

git clone https://github.com/facebookresearch/detectron2.git
python -m pip install -e detectron2

git clone https://github.com/aim-uofa/Matcher.git
cd Matcher
pip install -r requirements.txt