Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ dataset_summary: '
|
|
| 57 |
|
| 58 |
# Note: other available arguments include ''max_samples'', etc
|
| 59 |
|
| 60 |
-
dataset = load_from_hub("
|
| 61 |
|
| 62 |
|
| 63 |
# Launch the App
|
|
@@ -70,6 +70,8 @@ dataset_summary: '
|
|
| 70 |
---
|
| 71 |
|
| 72 |
# Dataset Card for InsPLAD
|
|
|
|
|
|
|
| 73 |
|
| 74 |
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 49706 samples.
|
| 75 |
|
|
@@ -89,7 +91,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 89 |
|
| 90 |
# Load the dataset
|
| 91 |
# Note: other available arguments include 'max_samples', etc
|
| 92 |
-
dataset = load_from_hub("
|
| 93 |
|
| 94 |
# Launch the App
|
| 95 |
session = fo.launch_app(dataset)
|
|
|
|
| 57 |
|
| 58 |
# Note: other available arguments include ''max_samples'', etc
|
| 59 |
|
| 60 |
+
dataset = load_from_hub("Voxel51/InsPLAD")
|
| 61 |
|
| 62 |
|
| 63 |
# Launch the App
|
|
|
|
| 70 |
---
|
| 71 |
|
| 72 |
# Dataset Card for InsPLAD
|
| 73 |
+

|
| 74 |
+
|
| 75 |
|
| 76 |
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 49706 samples.
|
| 77 |
|
|
|
|
| 91 |
|
| 92 |
# Load the dataset
|
| 93 |
# Note: other available arguments include 'max_samples', etc
|
| 94 |
+
dataset = load_from_hub("Voxel51/InsPLAD")
|
| 95 |
|
| 96 |
# Launch the App
|
| 97 |
session = fo.launch_app(dataset)
|