Statistical analysis of sample values to approximate the final pixel value
Jérôme BUISINE 689f5f8de8 Merge tag 'v0.1.0' into develop | il y a 5 ans | |
---|---|---|
generate | il y a 5 ans | |
modules @ d5de038bdc | il y a 5 ans | |
notebooks | il y a 5 ans | |
others | il y a 5 ans | |
reconstruct | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.gitmodules | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
__init__.py | il y a 5 ans | |
compare_images.py | il y a 5 ans | |
custom_config.py | il y a 5 ans | |
features.py | il y a 5 ans | |
generate_data.sh | il y a 5 ans | |
run.sh | il y a 5 ans | |
run_keras.sh | il y a 5 ans | |
train_model.py | il y a 5 ans | |
train_model_keras.py | il y a 5 ans |
The aim of this project is to predict the mean pixel value from monte carlo process rendering in synthesis images using only few samples information in input for model.
Data are all scenes samples information obtained during the rendering process.
For each pixel we have a list of all grey value estimated (samples).
List of models tested :
First you need to contact jerome.buisine@univ-littoral.fr in order to get datatset version. The dataset is not available with this source code.
python make_dataset.py --n 10 --each_row 8 --each_column 8
python reconstruct.py --scene Scene1 --model_path saved_models/Model1.joblib --n 10 --image_name output.png