---
task_categories:
- image-classification
---
# AutoTrain Dataset for project: multifamily
## Dataset Description
This dataset has been automatically processed by AutoTrain for project multifamily.
### Languages
The BCP-47 code for the dataset's language is unk.
## Dataset Structure
### Data Instances
A sample from this dataset looks as follows:
```json
[
{
"image": "<500x500 RGB PIL image>",
"target": 40
},
{
"image": "<500x500 RGB PIL image>",
"target": 34
}
]
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"image": "Image(decode=True, id=None)",
"target": "ClassLabel(names=['Balcony-Patio', 'Bathroom', 'Bedroom', 'Bike', 'Building', 'Business Center', 'Business Center Conference Room', 'Closet', 'Clubhouse', 'Clubhouse Dining Room', 'Construction', 'Dining Room', 'Dog Park', 'Fire Pit', 'Fitness Center', 'Floorplan', 'Fountain', 'Green Space', 'Grilling Area', 'Hallway', 'Headshot', 'Home Office', 'Hot Tub', 'Kitchen', 'Laundry Facility', 'Laundry Washer-Dryer', 'Leasing Office', 'Living Room', 'Living Room Fireplace', 'Logo', 'Lounge Area', 'Mail Box', 'Monument Sign', 'Neighborhood', 'Packages', 'Parking', 'Pet Washing', 'Picnic Area', 'Play Park', 'Pool', 'Pool Cabanas', 'Pool Table', 'Private Garage', 'Site-plan', 'Stock Photo', 'Tennis Court', 'View-Aerial', 'room'], id=None)"
}
```
### Dataset Splits
This dataset is split into a train and validation split. The split sizes are as follow:
| Split name | Num samples |
| ------------ | ------------------- |
| train | 681 |
| valid | 185 |
---
任务类别:
- 图像分类(image-classification)
---
# 用于项目multifamily的AutoTrain数据集
## 数据集说明
本数据集由AutoTrain为multifamily项目自动处理生成。
### 语言信息
本数据集语言的BCP-47代码为unk。
## 数据集结构
### 数据样本
本数据集的样本示例如下:
json
[
{
"image": "<500x500 RGB PIL图像>",
"target": 40
},
{
"image": "<500x500 RGB PIL图像>",
"target": 34
}
]
### 数据集字段
本数据集包含以下字段(亦可称为特征):
json
{
"image": "图像(Image,decode=True, id=None)",
"target": "类别标签(ClassLabel,类别名称依次为:阳台-露台、浴室、卧室、自行车、建筑、商务中心、商务中心会议室、衣帽间、会所、会所餐厅、施工场景、餐厅、狗狗公园、户外火坑、健身中心、平面图、喷泉、绿地、烧烤区、走廊、职业头像、家庭办公室、热水浴缸、厨房、洗衣设施、洗衣烘干机、租赁办公室、客厅、客厅壁炉、品牌标识、休息区、邮箱、纪念碑标识、社区、包裹、停车场、宠物清洗区、野餐区、游乐公园、泳池、泳池遮阳棚、台球桌、私人车库、场地平面图、库存照片、网球场、航拍视角、房间)"
}
### 数据集拆分
本数据集已划分为训练集与验证集,拆分规模如下:
| 拆分名称 | 样本数量 |
| -------- | -------- |
| train | 681 |
| valid | 185 |