NVlabs / few-shot-vid2vid

Pytorch implementation for few-shot photorealistic video-to-video translation.
Other
1.8k stars 275 forks source link

fake_raw_image is None in training pose #6

Closed AaronWong closed 4 years ago

AaronWong commented 4 years ago

I run _bash ./scripts/pose/traing1.sh and the raw_image (fake_raw_image) is None. Is it normal ?

AaronWong commented 4 years ago

I check the code img_raw = None, because it set --spade_combine https://github.com/NVlabs/few-shot-vid2vid/blob/master/models/networks/generator.py#L199