File tree 2 files changed +2
-24
lines changed
2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export PATH=/usr/local/cuda/bin:$PATH
17
17
bash setup.sh # This may take a while. Make sure the vipergpt environment is active
18
18
cd GLIP
19
19
python setup.py clean --all build develop --user
20
+ cd ..
20
21
echo YOUR_OPENAI_API_KEY_HERE > api.key
21
22
```
22
23
Then you can start exploring with the ` main_simple.ipynb ` notebook. For running on datasets instead of individual
Original file line number Diff line number Diff line change @@ -5,27 +5,4 @@ dataset:
5
5
data_path : ' data'
6
6
blip_v2_model_type : blip2-flan-t5-xxl # Change to blip2-flan-t5-xl for smaller GPUs
7
7
blip_half_precision : True
8
- # Add more changes here, following the same format as base_config.yaml
9
-
10
- load_models : # Which pretrained models to load
11
- maskrcnn : False
12
- clip : False
13
- glip : False
14
- owlvit : False
15
- tcl : False
16
- gpt3_qa : True
17
- gpt3_general : True
18
- depth : False
19
- blip : False
20
- saliency : False
21
- xvlm : False
22
- codex : True
23
- object_detector : False
24
-
25
- # wandb: False
26
- #
27
-
28
- # codex:
29
- # model: gpt-3.5-turbo
30
-
31
- # execute_code: True
8
+ # Add more changes here, following the same format as base_config.yaml
You can’t perform that action at this time.
0 commit comments