Update README.md
Browse files
README.md
CHANGED
|
@@ -115,5 +115,10 @@ dst = dataset.with_format("torch", columns=["image"], dtype=torch.uint16)
|
|
| 115 |
dsp = dataset.with_format("pandas", columns=["image"], dtype=numpy.uint16)
|
| 116 |
```
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
## Utils scripts
|
| 119 |
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|
|
|
|
| 115 |
dsp = dataset.with_format("pandas", columns=["image"], dtype=numpy.uint16)
|
| 116 |
```
|
| 117 |
|
| 118 |
+
|
| 119 |
+
## Demo Colab Notebook
|
| 120 |
+
We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1wcz7qMqSAMST2kXFlL-TbwpYR26gYIYy?authuser=3#scrollTo=17XAxMoq_Tze).
|
| 121 |
+
|
| 122 |
+
|
| 123 |
## Utils scripts
|
| 124 |
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|