https://github.com/jmrozanec/white-bkg-classification
Classifier to discriminate images with white background.
https://github.com/jmrozanec/white-bkg-classification
Last synced: 10 months ago
JSON representation
Classifier to discriminate images with white background.
- Host: GitHub
- URL: https://github.com/jmrozanec/white-bkg-classification
- Owner: jmrozanec
- License: apache-2.0
- Created: 2016-11-21T12:49:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T14:26:57.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T15:11:05.458Z (over 1 year ago)
- Language: Python
- Size: 2.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# White background classification
The following repository presents an images dataset as well as scripts used to analyze different ways to predict white background at images. We analyze different algorithms as well as deep learning architectures, comparing also against some state of the art architectures used for object recognition (ImageNet challenge winners from past years).
With some simple DL architectures we achieve 98% accuracy with very short training times.