ksajan / Pixalation

Paper Implementation to mimic Google Camera Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixalation

This code is an implementation of paper "Deep Bilateral Learning for Real-Time Image Enhancement", SIGGRAPH 2017.

Dependencies

  1. Python 3.7
  2. Pytorch

To install dependencies

pip install requirements.txt

DataSets

Description

This is an to replicate the paper result using pytorch.

Known Issues

  • Until now trilinear interpolation is not being used which can be used in 3D image.

Task List

[x] Implemnt paper on pytorch [ ] Build UI for webapp [ ] Build Moblile App using flutter

About

Paper Implementation to mimic Google Camera Software


Languages

Language:Python 100.0%