File size: 700 Bytes
6ef31de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
device: 'cuda'
video_path: '/mnt/petrelfs/wangyiqin/vid_cap/examples/videos/'
video_name: 'cook_720p.mp4'
fps: 120

vicuna:
  model_path: '/mnt/petrelfs/wangyiqin/vid_cap/vicuna-7b'
  device: 'cuda'
  num_gpus: 1
  max_gpu_memory: '40Gib'
  load_8bit: True
  conv_template: 
  temperature: 1.0
  max_new_tokens: 512
  debug: False
  output_path: '/mnt/petrelfs/wangyiqin/vid_cap/VideoChatDuplicate/examples/test.json'

vid2seq:
  enable: True
  clip_path: '/mnt/petrelfs/wangyiqin/vid_cap/examples/ViT-L-14.pt'
  output_path: '/mnt/petrelfs/wangyiqin/vid_cap/examples/'
  work_dir: 'vid2seq_workdir'
  config_path: '/mnt/petrelfs/wangyiqin/vid_cap/scenic/scenic/projects/vid2seq/configs/youcook2.py'