Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ dataset_summary: '
|
|
48 |
|
49 |
# Note: other available arguments include ''max_samples'', etc
|
50 |
|
51 |
-
dataset = fouh.load_from_hub("
|
52 |
|
53 |
|
54 |
# Launch the App
|
@@ -62,7 +62,7 @@ dataset_summary: '
|
|
62 |
|
63 |
# Dataset Card for Dataset Name
|
64 |
|
65 |
-
|
66 |
|
67 |
|
68 |
|
@@ -88,7 +88,7 @@ import fiftyone.utils.huggingface as fouh
|
|
88 |
|
89 |
# Load the dataset
|
90 |
# Note: other available arguments include 'max_samples', etc
|
91 |
-
dataset = fouh.load_from_hub("
|
92 |
|
93 |
# Launch the App
|
94 |
session = fo.launch_app(dataset)
|
|
|
48 |
|
49 |
# Note: other available arguments include ''max_samples'', etc
|
50 |
|
51 |
+
dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-sample")
|
52 |
|
53 |
|
54 |
# Launch the App
|
|
|
62 |
|
63 |
# Dataset Card for Dataset Name
|
64 |
|
65 |
+
Subset of https://huggingface.co/datasets/microsoft/cats_vs_dogs, converted into FiftyOne dataset format.
|
66 |
|
67 |
|
68 |
|
|
|
88 |
|
89 |
# Load the dataset
|
90 |
# Note: other available arguments include 'max_samples', etc
|
91 |
+
dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-sample")
|
92 |
|
93 |
# Launch the App
|
94 |
session = fo.launch_app(dataset)
|