Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 450 Bytes

INSTALL.md

File metadata and controls

16 lines (11 loc) · 450 Bytes

Installation

Requirements

We mainly follow VINDLU to prepare the enviroment.

# create 
conda env create -f vl.yml
# activate
conda activate vl

Note

To run UMT pretraining, you have to prepare the weights of the CLIP visual encoder as in the extract.ipynb, and set the MODEL_PATH in clip.py.