NVlabs / imaginaire

NVIDIA's Deep Imagination Team's PyTorch Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How content-conditioned style encoder is implemented?

lichong952012 opened this issue · comments

How the elementwise product is implemented between style encoder and content encoder in COCO-FUNIT? It looks the same as FUNIT.
image

In FUNIT, the style code depends on the style image only. The upper branch of the figure is absent. Of course, we do not use constant style bias in FUNIT.