NVlabs / few-shot-vid2vid

Pytorch implementation for few-shot photorealistic video-to-video translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%s typos in string

ddlee-cn opened this issue · comments

commented

'--output-dir $s $s' % (dp_dir, img_dir)

should be '%s' inside the quotes.

Thanks for pointing it out! Should be fixed now.