FreeUKGen / SummerOfCodeImages

Base images and gold standard datasets for Summer of Code projects involving computer vision and image classification/segmentation.
Apache License 2.0
4 stars 4 forks source link

CNN model with image processing for Census Image Classification #6

Open salonirk11 opened 6 years ago

salonirk11 commented 6 years ago

This PR addresses issue #2 . I have preprocessed the images to enable training only on the form and main features not the extra spaces around the form. Images have been resized to (430, 250) to retain main features. This with a CNN-based model gives 95.6% accuracy with no over-fitting.

Please review this PR.