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

something wrong with /usr/lib/python2.7/json/decoder.py #35

Open
jsjs0827 opened this issue Jun 27, 2018 · 1 comment
Open

something wrong with /usr/lib/python2.7/json/decoder.py #35

jsjs0827 opened this issue Jun 27, 2018 · 1 comment

Comments

@jsjs0827
Copy link

jsjs0827 commented Jun 27, 2018

Using Tensorflow 1.1.0

Traceback (most recent call last):
  File "/data/siamfc-tf/siamfc-tf-master/run_tracker_evaluation.py", line 174, in <module>
    sys.exit(main())
  File "/data/siamfc-tf/siamfc-tf-master/run_tracker_evaluation.py", line 16, in main
    hp, evaluation, run, env, design = parse_arguments()
  File "/data/siamfc-tf/siamfc-tf-master/src/parse_arguments.py", line 10, in parse_arguments
    evaluation = json.load(json_file)
  File "/usr/lib/python2.7/json/__init__.py", line 291, in load
    **kw)
  File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Expecting object: line 8 column 1 (char 188)

what should I do?

@jvlmdr
Copy link
Collaborator

jvlmdr commented Jun 29, 2018

Can you please post the relevant json file?

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

2 participants