Image-Adaptive-3DLUT icon indicating copy to clipboard operation
Image-Adaptive-3DLUT copied to clipboard

How does it work with "Generator3DLUT_identity"

Open hermosayhl opened this issue 3 years ago • 2 comments

In the model.py and the code for training,

image

What is the difference of the "Generator3DLUT_identity" and "Generator3DLUT_zero" ?

At first, in my opinion, the parameters of the N=3 LUTs are learned while training. However, why is the "Generator3DLUT_identity" be designed? Looking forward to some reply!

image

It's a good job actually!

hermosayhl avatar Sep 28 '20 13:09 hermosayhl

In the model.py and the code for training,

image

What is the difference of the "Generator3DLUT_identity" and "Generator3DLUT_zero" ?

At first, in my opinion, the parameters of the N=3 LUTs are learned while training. However, why is the "Generator3DLUT_identity" be designed? Looking forward to some reply!

image

It's a good job actually!

As the paper mentioned in section 3.5, “such an initialization ensures that the initial output of our model is not far away from the input and thus increases the training speed”. (* ̄︶ ̄)

dlz620301 avatar Jul 16 '21 13:07 dlz620301

Hi, the identity LUT itself outputs the same image as the input while the zero LUT output zeros for all RGB inputs.

HuiZeng avatar Jul 17 '21 05:07 HuiZeng