prise-3d / Thesis-SampleAnalysis

Statistical analysis of sample values to approximate the final pixel value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Statistical analysis of sample values to approximate the final pixel value

License:MIT License


Languages

Language:Python 76.8%Language:Jupyter Notebook 11.7%Language:Shell 11.5%