Update README.md
Browse files
README.md
CHANGED
@@ -111,4 +111,8 @@ dst = dataset.with_format("torch", columns=["image"], dtype=torch.uint16)
|
|
111 |
|
112 |
# or pandas
|
113 |
dsp = dataset.with_format("pandas", columns=["image"], dtype=numpy.uint16)
|
114 |
-
```
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
# or pandas
|
113 |
dsp = dataset.with_format("pandas", columns=["image"], dtype=numpy.uint16)
|
114 |
+
```
|
115 |
+
|
116 |
+
|
117 |
+
## Demo Collab Notebook
|
118 |
+
We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1SuFBPZiYZg9LH4pqypc_v8Sp99lShJqZ?usp=sharing).
|