Syntesis images noise detection using CNN approach
Jérôme BUISINE 72a96f3f33 Merge branch 'release/v0.1.8' | 5 years ago | |
---|---|---|
display | 5 years ago | |
generate | 5 years ago | |
modules @ d5de038bdc | 5 years ago | |
prediction | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
__init__.py | 5 years ago | |
custom_config.py | 5 years ago | |
requirements.txt | 5 years ago | |
run.sh | 5 years ago | |
run_maxwell_simulation_custom.sh | 5 years ago | |
train_model.py | 5 years ago |
git clone --recursive https://github.com/prise-3d/Thesis-NoiseDetection-CNN.git XXXXX
pip install -r requirements.txt
Generate reconstructed data from specific method of reconstruction (run only once time or clean data folder before):
python generate/generate_reconstructed_data.py -h
Generate custom dataset from one reconstructed method or multiples (implemented later)
python generate/generate_dataset.py -h
List of expected parameter by reconstruction method:
Example:
python generate/generate_dataset.py --output data/output_data_filename --features "svd_reconstruction, ipca_reconstruction, fast_ica_reconstruction" --renderer "maxwell" --scenes "A, D, G, H" --params "100, 200 :: 50, 10 :: 50" --nb_zones 10 --random 1
Then, train model using your custom dataset:
python train_model --data data/custom_dataset --output output_model_name
This project contains modules:
All these modules will be enhanced during development of the project