Datasets:
Tasks:
Object Detection
Modalities:
Image
Languages:
English
Size:
10K<n<100K
ArXiv:
Libraries:
FiftyOne
License:
Updated README.md
Browse files
README.md
CHANGED
@@ -53,9 +53,9 @@ dataset_summary: >
|
|
53 |
|
54 |
# Note: other available arguments include 'max_samples', etc
|
55 |
|
56 |
-
dataset = fouh.load_from_hub("
|
57 |
|
58 |
-
# dataset = fouh.load_from_hub("
|
59 |
|
60 |
|
61 |
|
@@ -92,7 +92,7 @@ import fiftyone.utils.huggingface as fouh
|
|
92 |
|
93 |
# Load the dataset
|
94 |
# Note: other available arguments include 'max_samples', etc
|
95 |
-
dataset = fouh.load_from_hub("
|
96 |
|
97 |
# Launch the App
|
98 |
session = fo.launch_app(dataset)
|
|
|
53 |
|
54 |
# Note: other available arguments include 'max_samples', etc
|
55 |
|
56 |
+
dataset = fouh.load_from_hub("Voxel51/DensePose-COCO")
|
57 |
|
58 |
+
# dataset = fouh.load_from_hub("Voxel51/DensePose-COCO", max_samples=1000)
|
59 |
|
60 |
|
61 |
|
|
|
92 |
|
93 |
# Load the dataset
|
94 |
# Note: other available arguments include 'max_samples', etc
|
95 |
+
dataset = fouh.load_from_hub("Voxel51/DensePose-COCO")
|
96 |
|
97 |
# Launch the App
|
98 |
session = fo.launch_app(dataset)
|