All Projects → xavysp → MBIPED

xavysp / MBIPED

Licence: MIT license
Barcelona Images for Perceptual Edge Detection (BIPED) Dataset---descriptions

Programming Languages

python
139335 projects - #7 most used programming language

BIPED

Barcelona Images for Perceptual Edge Detection (BIPED) Dataset---descriptions.

    We are in the second version of BIPED, termed as BIPEDv2 (This is the ultimate version of BIPED).
    We strongly suggest this last version.

useful image

Dataset Generation

It contains 250 outdoor images of 1280$\times$720 pixels each. These images have been carefully annotated by experts on the computer vision field, hence no redundancy has been considered. In spite of that, all results have been cross-checked several times in order to correct possible mistakes or wrong edges by just one subject. This dataset is publicly available as a benchmark for evaluating edge detection algorithms. The generation of this dataset is motivated by the lack of edge detection datasets, actually, there is just one dataset publicly available for the edge detection task published in 2016 (MDBD: Multicue Dataset for Boundary Detection---the subset for edge detection). The level of details of the edge level annotations in the BIPED's images can be appreciated looking at the GT, see Figs above.

BIPED dataset has 250 images in high definition. Thoses images are already split up for training and testing. 200 for training and 50 for testing.

Download BIPED dataset here

BIPED Data Augmentation

Once the dataset is downloaded and un-compresed, use main.py to augment BIPED images as suggest in DexiNed paper as follow:

python main.py

Set main.py before running

License

This Dataset is made freely available to academic and non-academic entities for non-commercial purposes such as academic research, teaching, scientific publications, or personal experimentation. Permission is granted to use the data given that you agree to our license terms. However, if any of our images are infringing any privacy or rights, help free to contact us and we will remove immediately.

If you need more information, Dont hesitate and contact me :)

Citation

Please cite our dataset if you find helpful,

@InProceedings{soria2020dexined,
    title={Dense Extreme Inception Network: Towards a Robust CNN Model for Edge Detection},
    author={Xavier Soria and Edgar Riba and Angel Sappa},
    booktitle={The IEEE Winter Conference on Applications of Computer Vision (WACV '20)},
    year={2020}
}

Acknowledgement

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].