imlixinyang / HiSD

Code for "Image-to-image Translation via Hierarchical Style Disentanglement" (CVPR 2021 Oral).
Other
392 stars 47 forks source link

name 'c_' is not defined #4

Closed QWERDF007 closed 3 years ago

QWERDF007 commented 3 years ago
Traceback (most recent call last):
  File "core/test.py", line 78, in <module>
    c_trg = T(c_, s_, step['tag'])
NameError: name 'c_' is not defined
imlixinyang commented 3 years ago

I've corrected this. Please pull the recurrent version. I recommend you to use easy_use if you want to manipulate one image only.

imlixinyang commented 3 years ago

I will close this issue. Please let me know if it does not work for you.