File size: 927 Bytes
6cd90b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
clip:
  semantic_clip_model_name: 'ViT-L/14'
  semantic_pretrained_data: 'openai'
  clip_model_name: "ViT-B/16"
  pretrained_data: 'openai'

car:
  iom_thres: 0.5
  mask_threshold: 0.5 
  confidence_threshold: 0 
  clipes_threshold: 0.3  
  cam_text_template: 'a clean origami {}.'
  color: [255, 0, 0]  # red
  visual_prompt_type: ['circle']
  bg_cls: ['ground', 'land', 'grass', 'tree', 'building',
           'wall', 'sky', 'lake', 'water', 'river', 'sea',
           'railway', 'railroad', 'helmet', 'cloud', 'house',
           'mountain', 'ocean', 'road', 'rock', 'street',
           'valley', 'bridge']


test:
  algo: "car"
  ds_name: "gres"
  split: 'val'
  seg_mode: "refer" 
  data_root: "$YOUR_ADE_DATA_DIR"
  output_path: "./outputs/"
  prompts_augment: False
  use_pseudo: True
  use_background: False
  prompts_prefix: False
  prompts_augment: False

sentence_process:
  mixing_alpha: 0.

save_path: "./outputs"