junyanz / CycleGAN

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Other
12.23k stars 1.93k forks source link

video #75

Closed 994088895 closed 6 years ago

994088895 commented 6 years ago

I want to know how to turn a horse video into a zebra video by cyclegan. Does it need to edit it by frame to frame? Does it nedd to align and crop and how to keep consistent with original frame in size and some other content? Thank you

junyanz commented 6 years ago

We just run the model frame by frame. We use the following script.

DATA_ROOT=./datasets/horse_frames/ name=horse2zebra_pretrained model=one_direction_test phase=test loadSize=256 fineSize=256 resize_or_crop="scale_width" th test.lua
994088895 commented 6 years ago

Thank you!

zhangqian001 commented 1 year ago

Thank you!

hello, I also want to do video in the translation model, does you achieve it or not? thank you very much.

zhangqian001 commented 1 year ago

Hello, thank you for your excellent work, I have some question about generate horse2zebra video. So how can i run this model frame by frame. look forward to your reply.