Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 536 Bytes

installation.md

File metadata and controls

19 lines (16 loc) · 536 Bytes

Installation

  • Create a conda virtual env and activate it.

    conda create -n ViTMatte python==3.8.8
    conda activate ViTMatte
    
  • Install packages.

    cd path/to/ViTMatte
    pip install -r requriments.txt
    
  • Install detectron2 , follow its documentation. For ViTMatte, we recommend to build it from latest source code.

    python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'