lshug / first-order-model-tf

TensorFlow port of first-order motion model. TF Lite and TF.js compatible, supports the original's checkpoints and implements in-graph kp processing, but inference only (no training).
MIT License
34 stars 9 forks source link

Need higher resolution #23

Closed TRONBFFL closed 6 months ago

TRONBFFL commented 9 months ago

What do I need to do to generate a larger and different size resolution? from 256x256

To 768x576?

lshug commented 6 months ago

Hello. Sorry for the late reply. I don't actively develop this project anymore.

What you would need is checkpoints of the KP detector and the generator trained on images with said resolutions, along with the accompanying YAML configs. I do not have such checkpoints, and I don't know if they're available openly.