Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ PartImageNet++ is an extensive dataset designed for robust object recognition an
|
|
10 |
|
11 |
|
12 |
### Dataset Statistics
|
13 |
-
|
|
14 |
| --------- | --------- | ------ | --------- |
|
15 |
| 1000 | 3308 | 100000 | 406364 |
|
16 |
|
17 |
The dataset includes:
|
18 |
-
- **1000 object categories** derived from the original ImageNet.
|
19 |
- **3308 part categories** representing different parts of objects.
|
20 |
- **100,000 annotated images**, with each object category containing 100 images.
|
21 |
- **406,364 part mask annotations** ensuring comprehensive coverage and detailed segmentation.
|
@@ -26,17 +26,17 @@ Each JSON file in the `json` directory represents one object category and its co
|
|
26 |
|
27 |
The `including` folder provides detailed inclusion relations of parts, illustrating hierarchical relationships between different part categories.
|
28 |
|
29 |
-
The `discarded_data.json` file lists low-quality images
|
30 |
|
31 |
### Visualizations
|
32 |
|
33 |
-
We provide a visualization demo tool to explore and inspect the annotations. This tool helps users
|
34 |
|
35 |
### If you find this useful in your research, please cite this work:
|
36 |
```
|
37 |
@inproceedings{li2024languagedriven,
|
38 |
author = {Li, Xiao and Liu, Yining and Dong, Na and Qin, Sitian and Hu, Xiaolin},
|
39 |
-
title = PartImageNet++ Dataset: Scaling up Part-based Models for Robust Recognition
|
40 |
booktitle={European conference on computer vision},
|
41 |
year = {2024},
|
42 |
organization={Springer}
|
|
|
10 |
|
11 |
|
12 |
### Dataset Statistics
|
13 |
+
| Object Category | Part Category | Image | Part Mask |
|
14 |
| --------- | --------- | ------ | --------- |
|
15 |
| 1000 | 3308 | 100000 | 406364 |
|
16 |
|
17 |
The dataset includes:
|
18 |
+
- **1000 object categories** derived from the original ImageNet-1K.
|
19 |
- **3308 part categories** representing different parts of objects.
|
20 |
- **100,000 annotated images**, with each object category containing 100 images.
|
21 |
- **406,364 part mask annotations** ensuring comprehensive coverage and detailed segmentation.
|
|
|
26 |
|
27 |
The `including` folder provides detailed inclusion relations of parts, illustrating hierarchical relationships between different part categories.
|
28 |
|
29 |
+
The `discarded_data.json` file lists low-quality images excluded from the dataset to maintain high annotation standards.
|
30 |
|
31 |
### Visualizations
|
32 |
|
33 |
+
We provide a visualization demo tool to explore and inspect the annotations. This tool helps users better understand the dataset's structure and details.
|
34 |
|
35 |
### If you find this useful in your research, please cite this work:
|
36 |
```
|
37 |
@inproceedings{li2024languagedriven,
|
38 |
author = {Li, Xiao and Liu, Yining and Dong, Na and Qin, Sitian and Hu, Xiaolin},
|
39 |
+
title = {PartImageNet++ Dataset: Scaling up Part-based Models for Robust Recognition},
|
40 |
booktitle={European conference on computer vision},
|
41 |
year = {2024},
|
42 |
organization={Springer}
|