jupyter notebook 运行的时候没有问题,但用pycharm打开工程时,导入包就会出错。
from models.mobilenet_master2 import MobileNet
这里pycharm不知道models是相对于哪个目录,所以自己需要将antispoofing设为主目录。
jupyter notebook 运行的时候没有问题,但用pycharm打开工程时,导入包就会出错。
from models.mobilenet_master2 import MobileNet
这里pycharm不知道models是相对于哪个目录,所以自己需要将antispoofing设为主目录。