Statistical analysis of sample values to approximate the final pixel value

Jérôme BUISINE fcf9c1c16d Merge branch 'release/v0.0.4' 5 年之前
modules cccee3b412 Update of Keras scripts 5 年之前
.gitignore 787d73d8f8 Scripts updates 5 年之前
README.md 066fc2b99b Fix folder list issue; Add README; 5 年之前
analyse.R 6b7c5d854b First project version; Add of dataset generation; Run script; 5 年之前
compare_images.py 44a461faff First keras model version; Reconstruction for keras model available 5 年之前
generate_data.sh cccee3b412 Update of Keras scripts 5 年之前
make_dataset.py 44a461faff First keras model version; Reconstruction for keras model available 5 年之前
reconstruct.py 787d73d8f8 Scripts updates 5 年之前
reconstruct_keras.py 44a461faff First keras model version; Reconstruction for keras model available 5 年之前
reconstruct_scene_mean.py 44a461faff First keras model version; Reconstruction for keras model available 5 年之前
run.sh 787d73d8f8 Scripts updates 5 年之前
run_keras.sh cccee3b412 Update of Keras scripts 5 年之前
train_model.py 44a461faff First keras model version; Reconstruction for keras model available 5 年之前
train_model_keras.py cccee3b412 Update of Keras scripts 5 年之前

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