Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ You can also find [project page for the paper here.](https://wsoda.telecom-paris
|
|
| 17 |
This dataset contains 5955 images (from [WikiCommons](https://commons.wikimedia.org/wiki/Accueil)) : a train set of 2978 images and a test set of 2977 images (for classification task). 1480 of the 2977 test images are annotated with bounding boxes for 10 visual categories.
|
| 18 |
The classes are ‘angel’,‘beard’,‘capital’,‘Child_Jesus’,‘crucifixion_of_Jesus’,‘Mary’,‘nudity’,‘ruins’,‘Saint_Sebastien’,‘turban’.
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
In this folder you can find 3 other folders, the JPEGImages one contains the JPEG images.
|
| 23 |
The Annotations contain the bounding boxes in a PASCAL VOC template (XML file).
|
|
@@ -26,6 +26,14 @@ The ImageSets/Main folder contain 3 files :
|
|
| 26 |
- test.txt : contain the name of the images annotated with an instance level
|
| 27 |
- IconArt_v2.csv the class information per image (0 or 1 per class) but also if the image below to the train set or test one and then if the image is associated to bounding boxes annotations (Anno column).
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
## Reference
|
| 30 |
|
| 31 |
If you use IconArt please cite the related paper:
|
|
|
|
| 17 |
This dataset contains 5955 images (from [WikiCommons](https://commons.wikimedia.org/wiki/Accueil)) : a train set of 2978 images and a test set of 2977 images (for classification task). 1480 of the 2977 test images are annotated with bounding boxes for 10 visual categories.
|
| 18 |
The classes are ‘angel’,‘beard’,‘capital’,‘Child_Jesus’,‘crucifixion_of_Jesus’,‘Mary’,‘nudity’,‘ruins’,‘Saint_Sebastien’,‘turban’.
|
| 19 |
|
| 20 |
+
Most of the methods only run evaluation on the easiest 7 classes : ‘angel’,‘Child_Jesus’,‘crucifixion_of_Jesus’,‘Mary’,‘nudity’, ‘ruins’,‘Saint_Sebastien’.
|
| 21 |
|
| 22 |
In this folder you can find 3 other folders, the JPEGImages one contains the JPEG images.
|
| 23 |
The Annotations contain the bounding boxes in a PASCAL VOC template (XML file).
|
|
|
|
| 26 |
- test.txt : contain the name of the images annotated with an instance level
|
| 27 |
- IconArt_v2.csv the class information per image (0 or 1 per class) but also if the image below to the train set or test one and then if the image is associated to bounding boxes annotations (Anno column).
|
| 28 |
|
| 29 |
+
## Exemples of prediction on test images
|
| 30 |
+
|
| 31 |
+
Predictions on the test images for a [model](https://arxiv.org/abs/2008.01178) trained in a weakly supervised way on the train set.
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+

|
| 36 |
+
|
| 37 |
## Reference
|
| 38 |
|
| 39 |
If you use IconArt please cite the related paper:
|