Statistical analysis of sample values to approximate the final pixel value

Jérôme BUISINE ccfd364971 Merge branch 'release/v0.1.0' vor 4 Jahren
generate 95cba96b9b Use of modules dependency vor 4 Jahren
modules @ d5de038bdc 95cba96b9b Use of modules dependency vor 4 Jahren
notebooks 87b8d18661 Write Keras result script vor 5 Jahren
others 95cba96b9b Use of modules dependency vor 4 Jahren
reconstruct 95cba96b9b Use of modules dependency vor 4 Jahren
.gitignore ab86ef6206 Documentation and ignore files updates vor 4 Jahren
.gitmodules 95cba96b9b Use of modules dependency vor 4 Jahren
LICENSE d0ebc63822 Update of documentation vor 4 Jahren
README.md ab86ef6206 Documentation and ignore files updates vor 4 Jahren
__init__.py beb4716c41 Add of feature choices vor 4 Jahren
compare_images.py 95cba96b9b Use of modules dependency vor 4 Jahren
custom_config.py 95cba96b9b Use of modules dependency vor 4 Jahren
features.py 95cba96b9b Use of modules dependency vor 4 Jahren
generate_data.sh cccee3b412 Update of Keras scripts vor 5 Jahren
run.sh 8590bd14ac Update of run script vor 4 Jahren
run_keras.sh a6aa09a009 Keras run script update vor 4 Jahren
train_model.py 018d8e801f Update of train model script vor 4 Jahren
train_model_keras.py 95cba96b9b Use of modules dependency vor 4 Jahren

README.md

Sample Analysis

Description

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

Data are all scenes samples information obtained during the rendering process.

For each pixel we have a list of all grey value estimated (samples).

Models

List of models tested :

  • Ridge Regression
  • SGD
  • SVR (with rbf kernel)

How to use

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

License

The MIT license