Skip to content
Snippets Groups Projects
Commit 35e2ee84 authored by Léo Lozach's avatar Léo Lozach
Browse files

Update README.md

parent 8947dade
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment