Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ size_categories:
|
|
7 |
task_categories:
|
8 |
- image-classification
|
9 |
task_ids: []
|
10 |
-
pretty_name:
|
11 |
tags:
|
12 |
- fiftyone
|
13 |
- image
|
@@ -52,9 +52,9 @@ dataset_summary: >
|
|
52 |
|
53 |
# Note: other available arguments include 'max_samples', etc
|
54 |
|
55 |
-
dataset = fouh.load_from_hub("
|
56 |
|
57 |
-
# dataset = fouh.load_from_hub("
|
58 |
|
59 |
|
60 |
# Launch the App
|
@@ -64,7 +64,7 @@ dataset_summary: >
|
|
64 |
```
|
65 |
---
|
66 |
|
67 |
-
# Dataset Card for
|
68 |
|
69 |
The database contains 67 Indoor categories, and a total of 15620 images. The number of images varies across categories, but there are at least 100 images per category. All images are in jpg format.
|
70 |
|
@@ -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)
|
@@ -128,7 +128,7 @@ Foundation Career award (IIS 0747120)
|
|
128 |
## Dataset Structure
|
129 |
|
130 |
```plaintext
|
131 |
-
Name:
|
132 |
Media type: image
|
133 |
Num samples: 15620
|
134 |
Persistent: False
|
|
|
7 |
task_categories:
|
8 |
- image-classification
|
9 |
task_ids: []
|
10 |
+
pretty_name: IndoorSceneRecognition
|
11 |
tags:
|
12 |
- fiftyone
|
13 |
- image
|
|
|
52 |
|
53 |
# Note: other available arguments include 'max_samples', etc
|
54 |
|
55 |
+
dataset = fouh.load_from_hub("Voxel51/IndoorSceneRecognition")
|
56 |
|
57 |
+
# dataset = fouh.load_from_hub("Voxel51/IndoorSceneRecognition", max_samples=1000)
|
58 |
|
59 |
|
60 |
# Launch the App
|
|
|
64 |
```
|
65 |
---
|
66 |
|
67 |
+
# Dataset Card for IndoorSceneRecognition
|
68 |
|
69 |
The database contains 67 Indoor categories, and a total of 15620 images. The number of images varies across categories, but there are at least 100 images per category. All images are in jpg format.
|
70 |
|
|
|
92 |
|
93 |
# Load the dataset
|
94 |
# Note: other available arguments include 'max_samples', etc
|
95 |
+
dataset = fouh.load_from_hub("Voxel51/IndoorSceneRecognition")
|
96 |
|
97 |
# Launch the App
|
98 |
session = fo.launch_app(dataset)
|
|
|
128 |
## Dataset Structure
|
129 |
|
130 |
```plaintext
|
131 |
+
Name: IndoorSceneRecognition
|
132 |
Media type: image
|
133 |
Num samples: 15620
|
134 |
Persistent: False
|