DeformableGenerator
DeformableGenerator copied to clipboard
Tensorflow code for paper: Deformable Generator Network: Unsupervised Disentanglement of Appearance and Geometry
Results
2
DeformableGenerator issues
Sort by
recently updated
recently updated
newest added
Hi, I tried running your code on Python 3.7.1 with tensorflow==1.14.0. But the code runs into error. The error is in the clipping done in _interpolate() function in custom_ops.py. Error...
Hi. Do you also plan on adding the deformable VAE model?