@@ -6,6 +6,7 @@ This project aims to make prediction on image to recognize symbols among 14 symb
### Note
All images must be in png format with `.png` extension. All given folders as inputs can contain file with other formats, they will be ignored.
This repository contains pre-generated CNN. The first is a CNN trained with non-cropped images in rgb mode and the second is a CNN trained with cropped images in grayscale mode.
### Dependencies
...
...
@@ -29,7 +30,7 @@ This huge dataset is separated into a `train` and a `test` datasets. The size of
*`--grayscale|--color` option indicates wether the images will be saved in grayscale or color mode.
There is no `crop` option available in this mode. We have used pre-cropped images making the grayscaled cnn.
There is no `crop` option available in this mode. We have used pre-cropped images making the grayscaled CNN.