NVlabs / SPADE

Semantic Image Synthesis with SPADE
https://nvlabs.github.io/SPADE/
Other
7.61k stars 980 forks source link

How can I run this using RGB label as input ? #149

Closed DWCTOD closed 3 years ago

DWCTOD commented 3 years ago

Thanks for your great work! I have try this project , but maybe the input label must be BW .Like this image So, I try to convert RGB label image to grayscale, and setup "label_nc" very large, it could success run. If I want to input a RGB image as label, what should I do?

ranch-hands commented 3 years ago

hello dear @DWCTOD what do you mean by saying: setup "label_nc" very large? I'm trying to do what you did. where did you find that RGB label? I mean was it in the datasets included in this spade project?

mingyuliutw commented 3 years ago

New implementation available at imaginaire repository

We have a reimplementation of the SPADE method that is more performant. It is avaiable at Imaginaire

DWCTOD commented 3 years ago

hello dear @DWCTOD what do you mean by saying: setup "label_nc" very large? I'm trying to do what you did. where did you find that RGB label? I mean was it in the datasets included in this spade project?

Hello, the dataset which I try to train is not in this spade project. And my dataset's label is different, so need to change setup a little.

yja1 commented 3 years ago

want know how to train image to image: label is RGB image