Syntesis images noise detection using CNN approach

jbuisine db0864c00b Update of README file il y a 5 ans
img_train a22b32b71a First CNN model version il y a 5 ans
img_validation a22b32b71a First CNN model version il y a 5 ans
models a22b32b71a First CNN model version il y a 5 ans
.gitignore a22b32b71a First CNN model version il y a 5 ans
README.md db0864c00b Update of README file il y a 5 ans
TODO.md a22b32b71a First CNN model version il y a 5 ans
classification_cnn_keras.py a22b32b71a First CNN model version il y a 5 ans
generate_dataset.py a22b32b71a First CNN model version il y a 5 ans
requirements.txt a22b32b71a First CNN model version il y a 5 ans

README.md

Noise detection project

Requirements

pip install -r requirements.txt

How to use

Generate dataset (run only once time) :

python generate_dataset.py

It will split scenes and generate all data you need for your neural network. You can specify the number of sub images you want in the script by modifying NUMBER_SUB_IMAGES variables.

After your built your neural network in classification_cnn_keras.py, you just have to run it :

python classification_cnn_keras.py

How to contribute

This git project uses git-flow implementation. You are free to contribute to it.