Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs

2018-10-17 Thread Guo, Yejun
Subject: Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image > reconstruction from a single exposure using deep CNNs > > On Tue, Oct 16, 2018 at 4:26 PM Guo, Yejun wrote: > > > > see the algorithm's paper and code below. > > > > the

Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs

2018-10-17 Thread Guo, Yejun
Subject: Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image > reconstruction from a single exposure using deep CNNs > > On 10/16/18, Guo, Yejun wrote: > > see the algorithm's paper and code below. > > > > the filter

Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs

2018-10-16 Thread myp...@gmail.com
On Tue, Oct 16, 2018 at 4:26 PM Guo, Yejun wrote: > > see the algorithm's paper and code below. > > the filter's parameter looks like: > sdr2hdr=model_filename=/path_to_tensorflow_graph.pb:out_fmtname=gbrp10le > > The input of the deep CNN model is RGB24 while the output is float > for each color

Re: [FFmpeg-devel] [PATCH] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs

2018-10-16 Thread Paul B Mahol
On 10/16/18, Guo, Yejun wrote: > see the algorithm's paper and code below. > > the filter's parameter looks like: > sdr2hdr=model_filename=/path_to_tensorflow_graph.pb:out_fmtname=gbrp10le > > The input of the deep CNN model is RGB24 while the output is float > for each color channel. This is the

[FFmpeg-devel] [PATCH] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs

2018-10-16 Thread Guo, Yejun
see the algorithm's paper and code below. the filter's parameter looks like: sdr2hdr=model_filename=/path_to_tensorflow_graph.pb:out_fmtname=gbrp10le The input of the deep CNN model is RGB24 while the output is float for each color channel. This is the filter's default behavior to output format w