File size: 1,112 Bytes
ae27def
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
language:
- en
task_categories:
- object-detection
tags:
- object-detection
- "384"
- resized
- coco
size_categories:
- 1M<n<10M
---

# Objects365 (384)

Large-scale object detection dataset with 365 categories.

This is a **384×384 resized** version of the **Objects365** dataset, with annotations in **COCO format** (`images`, `annotations`, `categories`).

## Contents

- `images.zip` — all images, resized to 384×384 (JPEG).
- `annotations.zip` — COCO-format JSON annotation files.

## Extract

```bash
unzip images.zip
```
```bash
unzip annotations.zip
```

## Splits

| Split | Images | Annotations | Categories |
|---|---:|---:|---:|
| train | 1,742,289 | 25,407,543 | 365 |
| val | 80,000 | 1,240,584 | 365 |

## Categories

365 categories (e.g. Person, Sneakers, Chair, Other Shoes, Hat, Car, Lamp, Glasses, Bottle, Desk, Cup, Street Lights, Cabinet/shelf, Handbag/Satchel, Bracelet, Plate, Picture/Frame, Helmet, Book, Gloves...).

## Notes

- Images resized to **384×384** (JPEG).
- Annotations in **COCO format**.
- License & citation: please refer to the original **Objects365** dataset.