File size: 530 Bytes
a68743b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
webvid_covr:
  dataname: webvid-covr
  _target_: src.data.webvid_covr.WebVidCoVRTestDataModule

  image_size: 384

  vid_query_method: middle
  vid_frames: 1
  emb_pool: query

  batch_size: ${machine.batch_size}
  num_workers: ${machine.num_workers}

  # Paths
  annotation: ${paths.work_dir}/annotation/webvid-covr/webvid8m-covr_test.csv
  vid_dirs: ${paths.datasets_dir}/WebVid/8M/train
  emb_dirs: ${paths.datasets_dir}/WebVid/8M/blip-vid-embs-${model.model.vit}-all

  test:
    _target_: src.test.webvid_covr.TestWebVidCoVR