YuvalNirkin / fsgan

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

filter_context method missing in landmarks_utils #152

Closed arbeckmann closed 2 years ago

arbeckmann 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

how to solve?

YuvalNirkin commented 2 years ago

The issue if fixed.