-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
23 lines (20 loc) · 800 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pip install -r requirements.txt
# # prepare dataset
# mkdir pirates_dataset
# cd pirates_dataset
# gdown https://drive.google.com/uc?id=1kBWL6zC6t7AGA1gS1_0QVxWE_4m7U4vU
# unzip videos_09-23-20240321T014453Z-001.zip
# rm videos_09-23-20240321T014453Z-001.zip
# cd ..
# or use demo instead
# mkdir video_data
# cd video_data
# gdown https://drive.google.com/uc?id=14JrtIbdo3xJU2o9wldbr-O2OK3VWR39B
# unzip demo_videos.zip
# rm demo_videos.zip
# cd ..
# download pre-trained weights
mkdir models
wget https://dl.fbaipublicfiles.com/detic/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth -O models/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth
gdown https://drive.google.com/uc?id=1ZlP0Wxsr4NbgmhdnshLYpgCU_aVRUUXW
gdown https://drive.google.com/uc?id=1nahn59cQ7-NkLR-ocSIp7lUPwcAveIf-