wtjiang98 / PSGAN

PyTorch code for "PSGAN: Pose and Expression Robust Spatial-Aware GAN for Customizable Makeup Transfer" (CVPR 2020 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart_Path

testingdlrna opened this issue · comments

Hello @wanzysky and @wtjiang98 ,
during the demo running I found this error:

from smart_path import smart_path
ModuleNotFoundError: No module named 'smart_path'

Thanks for noticing.

It is an unnecessary dependence of https://github.com/wanzysky/smart_path, and I have committed a fix.
Please update by pulling again or install smart_path from https://github.com/wanzysky/smart_path to use the previous version of code.

Let me know here if you have any updates or other questions.

@wanzysky Yes, I have pulled the code again and now it compiles perfectly. thanks