Datasets:
Commit ·
d9f242f
1
Parent(s): 92cb3ea
Added examples notebook.
Browse files- README.md +2 -0
- omnifall_dataset_examples.ipynb +0 -0
README.md
CHANGED
|
@@ -176,6 +176,8 @@ The following old config names still work but emit a deprecation warning:
|
|
| 176 |
|
| 177 |
## Examples
|
| 178 |
|
|
|
|
|
|
|
| 179 |
```python
|
| 180 |
from datasets import load_dataset
|
| 181 |
|
|
|
|
| 176 |
|
| 177 |
## Examples
|
| 178 |
|
| 179 |
+
For a complete interactive walkthrough of all configs, video loading, and label visualization, see the [example notebook](test_omnifall_dataset.ipynb).
|
| 180 |
+
|
| 181 |
```python
|
| 182 |
from datasets import load_dataset
|
| 183 |
|
omnifall_dataset_examples.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|