
prithivMLmods/IndoorOutdoorNet
Image Classification
•
Updated
•
5
image
imagewidth (px) 150
416
| label
class label 2
classes |
---|---|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
|
0Indoor
|
IndoorOutdoorNet-20K is a labeled image dataset designed for the task of image classification, particularly focused on distinguishing between indoor and outdoor scenes. The dataset is publicly available on Hugging Face Datasets and is useful for scene understanding, transfer learning, and model benchmarking.
Column | Type | Description |
---|---|---|
image | Image | Input image file |
label | Class | Scene label: Indoor or Outdoor |
Note: For full visualization, visit the dataset viewer on Hugging Face.
You can use this dataset directly with the datasets
library:
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/IndoorOutdoorNet-20K")
To visualize a sample:
import matplotlib.pyplot as plt
sample = dataset['train'][0]
plt.imshow(sample['image'])
plt.title(sample['label'])
plt.axis('off')
plt.show()
If you use this dataset in your research or project, please cite it appropriately. (You can include a BibTeX entry here if available.)
This dataset is licensed under the Apache 2.0 License.
Curated & Maintained by @prithivMLmods.