Skip to content
New issue

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

"model/e2e-symbol.json": No such file or directory #18

Open
bockholt opened this issue Mar 12, 2019 · 0 comments
Open

"model/e2e-symbol.json": No such file or directory #18

bockholt opened this issue Mar 12, 2019 · 0 comments

Comments

@bockholt
Copy link

INFO:root:Called with argument: Namespace(dataset='widerface', dataset_path='./images', epoch=0, gpu=7, has_rpn=True, image_set='val', network='ssh', output='data/output', prefix='model/e2e', proposal='rpn', pyramid=False, root_path='data', shuffle=False, thresh=0.05, vis=False)
test with Namespace(dataset='widerface', dataset_path='./images', epoch=0, gpu=7, has_rpn=True, image_set='val', network='ssh', output='data/output', prefix='model/e2e', proposal='rpn', pyramid=False, root_path='data', shuffle=False, thresh=0.05, vis=False)
Traceback (most recent call last):
File "run_test.py", line 280, in
main()
File "run_test.py", line 277, in main
test(args)
File "run_test.py", line 270, in test
detector = SSHDetector(args.prefix, args.epoch, args.gpu, test_mode=True)
File "run_test.py", line 45, in init
sym, arg_params, aux_params = mx.model.load_checkpoint(prefix, epoch)
File "/usr/local/lib/python2.7/dist-packages/mxnet/model.py", line 437, in load_checkpoint
symbol = sym.load('%s-symbol.json' % prefix)
File "/usr/local/lib/python2.7/dist-packages/mxnet/symbol/symbol.py", line 2620, in load
check_call(_LIB.MXSymbolCreateFromFile(c_str(fname), ctypes.byref(handle)))
File "/usr/local/lib/python2.7/dist-packages/mxnet/base.py", line 252, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: [21:06:44] src/io/local_filesys.cc:199: Check failed: allow_null LocalFileSystem::Open "model/e2e-symbol.json": No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant