Huage001/AdaAttN

pre-trained model for video style transfer

fmu2 opened this issue · 2 comments

fmu2 commented

Thanks for the great work! It looks like this repo currently only hosts code and model for image style transfer. Could you provide a pre-trained model (and perhaps test scripts) for video style transfer as discussed in the paper? Thank you.

Hi,

The code for video style transfer has not been tided up yet to get ready for public. You may access the code and model through here first. In this file, the inference code and model for video style transfer in AdaAttN are attached. You may need to config some path variables in the 'inference_frame.py' file to use it.

Is the Video version is available now?