We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug描述 导入模型文件,软件要求的后缀名pdiparams,比下载的模型文件后缀名多了字母i,后缀名不带i的文件无法访问到,若将不带i的文件后缀改成带i,导入eiseg,则eiseg闪退。python提示: Traceback (most recent call last): File "C:\Users\89755\PycharmProjects\pythonProject\venv\Lib\site-packages\eiseg\app.py", line 56, in run success, res = self.controller.setModel(self.param_path, False) File "C:\Users\89755\PycharmProjects\pythonProject\venv\Lib\site-packages\eiseg\controller.py", line 103, in setModel raise Exception(f"未在 {model_path} 找到模型文件") Exception: 未在 D:/human_matting-resnet34_vd.pdmodel 找到模型文件
复现方法 我们可以如何操作重现这个bug 如:
运行环境(请尽量填写,这可以帮助我们定位问题):
The text was updated successfully, but these errors were encountered:
你好。pdiparams是静态图模型,现在EISeg需要加载静态图模型,请在这里的地址进行下载
pdiparams
Sorry, something went wrong.
No branches or pull requests
bug描述
导入模型文件,软件要求的后缀名pdiparams,比下载的模型文件后缀名多了字母i,后缀名不带i的文件无法访问到,若将不带i的文件后缀改成带i,导入eiseg,则eiseg闪退。python提示:
Traceback (most recent call last):
File "C:\Users\89755\PycharmProjects\pythonProject\venv\Lib\site-packages\eiseg\app.py", line 56, in run
success, res = self.controller.setModel(self.param_path, False)
File "C:\Users\89755\PycharmProjects\pythonProject\venv\Lib\site-packages\eiseg\controller.py", line 103, in setModel
raise Exception(f"未在 {model_path} 找到模型文件")
Exception: 未在 D:/human_matting-resnet34_vd.pdmodel 找到模型文件
复现方法
我们可以如何操作重现这个bug
如:
运行环境(请尽量填写,这可以帮助我们定位问题):
The text was updated successfully, but these errors were encountered: