File size: 377 Bytes
4121bec
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pip install dataclasses ftfy regex tqdm timm diffdist spacy
pip install git+https://github.com/lvis-dataset/lvis-api.git
python -m spacy download en_core_web_sm

CURRENT_DIR=${PWD##*/}
cd ../
python -m pip install -e $CURRENT_DIR
cd $CURRENT_DIR

# for tsv loading
pip install Pillow==7.1.2

ln -s /mnt/data_storage/coco datasets/coco
ln -s /mnt/data_storage/lvis datasets/lvis