-
Thanks for your great work!
I meet some problem when I try to run step 5
cd render-to-video/
python train_19news_1.py [person_id] [gpu_id]
the errors are
FileNotFoundError: [Errno 2] No such fi…
15211 updated
3 years ago
-
Thank you for revealing an interesting project!
Will you release the distilled pretrained model file of adain style transfer?
-
**System information**
-OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64 bit
-Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: No…
-
hi,我对于Laplacian Pyramid Network for Fast High-Quality Artistic Style Transfer风格迁移十分感兴趣,请问这个模型的开源计划timeline大概的时间是什么时候呢?
-
Did you extract features separately from content movement and style movement in the process of style transfer? Or should the style feature of the latent code of the content be decoded directly through…
-
Hey, thank you for your great work!
i used your pretrained model file to inference the demo samples. But the conversion effect is not as perfect as the demo's.
Is it beause of the pretrained model n…
-
The links in models/download_models.sh, as well as those specified for manual download in the README ([vgg](https://drive.google.com/file/d/108uza-dsmwvbW2zv-G73jtVcMU_2Nb7Y/view)/[decoder](https://dr…
-
現在はモデル名とカテゴリが混在しているので、以下のフォルダ名はいかがでしょうか。
Adain -> StyleTransfer
vggface2 -> FaceIdentification(将来的にarcfaceも追加)
Dewarpnet -> ImageDeformation
-
Hi, I want to interpolate in latent vector w space, not latent vector in z space.
I think your encoding code returns z space latent vector, but I want more complicated manipulation in w space.
How …
-
Hello!
Thank you so much for this repo! Really a great work!
I just have two question that,
1) in your experiments, when you train a small encoder (SE) to replace the VGG-19 for the AdaIN task as …