Update README.md
Browse files
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="
|
48 |
video_root="./",
|
49 |
-
mode='
|
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:
|