pritamqu commited on
Commit
f3e6839
·
verified ·
1 Parent(s): 24218ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -42,11 +42,13 @@ This repository provides the official implementation of **[VCRBench](https://arx
42
 
43
  ## Usage
44
 
 
 
45
  ```
46
  from dataset import VCRBench
47
- dataset=VCRBench(question_file="pp.json",
48
  video_root="./",
49
- mode='video',
50
  )
51
 
52
  for sample in dataset:
 
42
 
43
  ## Usage
44
 
45
+ Please check our GitHub repo for the details of usage: [VCRBench](https://github.com/pritamqu/VCRBench)
46
+
47
  ```
48
  from dataset import VCRBench
49
+ dataset=VCRBench(question_file="data.json",
50
  video_root="./",
51
+ mode='default',
52
  )
53
 
54
  for sample in dataset: