YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
749 stars 147 forks source link

AttributeError: module 'fsgan.utils.landmarks_utils' has no attribute 'filter_context' #157

Closed ppjjhh0911 closed 2 years ago

ppjjhh0911 commented 2 years ago

I am trying to train on reenactment with ijbc_msrunet_reenactment_attr_no_seg.py on my own data, as described in the train V2 tutorial. However it get the error: AttributeError: module 'fsgan.utils.landmarks_utils' has no attribute 'filter_context'

How to solve?

ppjjhh0911 commented 2 years ago

@YuvalNirkin

YuvalNirkin commented 2 years ago

I fixed the issue. Please git pull and try again.