You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are two other dependencies are also needed: nltk=3.8.1, scipy
in files 'referenced_images/objects/target_object.txt' and 'referenced_images/style/target_style.txt', the paths of reference images are absolute in your machine, may they be changed to relative paths, such as "./referenced_images/style/watercolor"
in line 11 of IQA.py, "from test_style import metric" raises an error "ModuleNotFoundError: No module named 'test_style'". I guess the name of the "test_style" module is changed.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: