610ing
commited on
Commit
•
427c651
1
Parent(s):
184f7c4
readme
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## PartImageNet++ Dataset
|
2 |
+
|
3 |
+
PartImageNet++ is an extensive dataset designed for robust object recognition and segmentation tasks. This dataset expands upon the original ImageNet dataset by providing detailed part annotations for each object category.
|
4 |
+
|
5 |
+
|
6 |
+
### Dataset Statistics
|
7 |
+
| Obj. Cat. | Part Cat. | Img | Part Mask |
|
8 |
+
| --------- | --------- | ------ | --------- |
|
9 |
+
| 1000 | 3308 | 100000 | 452749 |
|
10 |
+
|
11 |
+
The dataset includes:
|
12 |
+
- **1000 object categories** derived from the original ImageNet.
|
13 |
+
- **3308 part categories** representing different parts of objects.
|
14 |
+
- **100,000 annotated images**, with each object category containing 100 images.
|
15 |
+
- **452,749 part mask annotations** ensuring comprehensive coverage and detailed segmentation.
|
16 |
+
|
17 |
+
### Structure and Contents
|
18 |
+
|
19 |
+
Each JSON file in the `json` directory represents one object category and its corresponding part annotations.
|
20 |
+
|
21 |
+
The `including` folder provides detailed inclusion relations of parts, illustrating hierarchical relationships between different part categories.
|
22 |
+
|
23 |
+
The `discarded_data.json` file lists low-quality images that were excluded from the dataset to maintain high annotation standards.
|
24 |
+
|
25 |
+
### Visualizations
|
26 |
+
|
27 |
+
We provide a visualization demo tool to explore and inspect the annotations. This tool helps users to better understand the structure and details of the dataset.
|