Syntesis images noise detection using CNN approach
jbuisine cb805ba96b Merge tag 'v0.0.3' into develop | 6 年之前 | |
---|---|---|
img_train | 6 年之前 | |
img_validation | 6 年之前 | |
.gitignore | 6 年之前 | |
README.md | 6 年之前 | |
RESULTS.md | 6 年之前 | |
classification_cnn_keras.py | 6 年之前 | |
classification_cnn_keras_cross_validation.py | 6 年之前 | |
classification_cnn_keras_svd.py | 6 年之前 | |
generate_dataset.py | 6 年之前 | |
requirements.txt | 6 年之前 |
pip install -r requirements.txt
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
This git project uses git-flow implementation. You are free to contribute to it.