Skip to content

Fashion-ZSD dataset of the "Zero-Shot Object Detection by Hybrid Region Embedding".

Notifications You must be signed in to change notification settings

berkandemirel/fashion-zero-shot-detection-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Fashion-ZSD dataset of the Zero-Shot Object Detection by Hybrid Region Embedding.

Citing:

If you find this dataset useful in your research, please consider citing:

@inproceedings{Demirel2018ZeroShotOD,
  title={Zero-Shot Object Detection by Hybrid Region Embedding},
  author = {Demirel, Berkan and Cinbis, Ramazan Gokberk and Ikizler-Cinbis, Nazli},
  booktitle={BMVC},
  year={2018}
}

Details:

Fashion-ZSD is a toy dataset that we generate for evaluation of ZSD methods, based on the Fashion-MNIST dataset. Fashion-MNIST originally consists of Zalando’s article images with associated labels. This dataset contains 70,000 grayscale images of size 28x28, and 10 classes. For Zero-shot detection task, we split the dataset into two disjoint sets; seven classes are used in training and three classes are used as the unseen test classes. We generate multi-object images such that there are three different objects in each image. Randomly cropped objects are utilized to create clutter regions. As shown in Figure, we consider four scenarios: no noise or occlusion, scenes with partial occlusions, those with clutter, and, finally scenes with both partial occlusions and clutter regions. 8000 images of the resulting 16333 training images are held out for validation purposes. As a result, we obtain the Fashion-ZSD dataset with 8333 training, 8000 validation and 6999 test images. In the image below, ground truth object regions are shown with green and noise regions are shown in red boxes.

Content:

This repo consists of:

  • Training, validation and test splits of the proposed Fashion-ZSD dataset.
  • Word embedding vectors of training and test classes.
  • Evaluation script.

Classes:

Training Classes:

- tshirt
- trouser
- coat
- sandal
- shirt
- sneaker
- bag

Test Classes:

- ankle_boot
- dress
- pullover

About

Fashion-ZSD dataset of the "Zero-Shot Object Detection by Hybrid Region Embedding".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages