You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run test.py,error happen,that's the error info:
Traceback (most recent call last):
File "test.py", line 155, in
run_test()
File "test.py", line 152, in run_test
eval_all(args, config, Network)
File "test.py", line 29, in eval_all
crowdhuman = CrowdHuman(config, if_train=False)
File "../lib\data\CrowdHuman.py", line 20, in init
self.records = misc_utils.load_json_lines(source)
File "../lib\utils\misc_utils.py", line 11, in load_json_lines
assert os.path.exists(fpath)
AssertionError
The text was updated successfully, but these errors were encountered:
when I run test.py,error happen,that's the error info:
Traceback (most recent call last):
File "test.py", line 155, in
run_test()
File "test.py", line 152, in run_test
eval_all(args, config, Network)
File "test.py", line 29, in eval_all
crowdhuman = CrowdHuman(config, if_train=False)
File "../lib\data\CrowdHuman.py", line 20, in init
self.records = misc_utils.load_json_lines(source)
File "../lib\utils\misc_utils.py", line 11, in load_json_lines
assert os.path.exists(fpath)
AssertionError
The text was updated successfully, but these errors were encountered: