提交 538ccbcd 编写于 作者: H hypox64

Check the environment before running

上级 8ad64b51
import os
import sys
import traceback
from cores import Options,core
from util import util
from models import loadmodel
try:
from cores import Options,core
from util import util
from models import loadmodel
except Exception as e:
print(e)
input('Please press any key to exit.\n')
sys.exit(0)
opt = Options().getparse(test_flag = True)
if not os.path.isdir(opt.temp_dir):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册