Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ dataset = load_dataset("pranked03/ViDAS")
|
|
| 67 |
|
| 68 |
The below code will download the videos which can then be accessed using libraries like OpenCV.
|
| 69 |
```
|
| 70 |
-
i = 0 #
|
| 71 |
|
| 72 |
from huggingface_hub import hf_hub_download
|
| 73 |
|
|
|
|
| 67 |
|
| 68 |
The below code will download the videos which can then be accessed using libraries like OpenCV.
|
| 69 |
```
|
| 70 |
+
i = 0 # Could be value between 0 and 99 (100 videos).
|
| 71 |
|
| 72 |
from huggingface_hub import hf_hub_download
|
| 73 |
|