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
Traceback (most recent call last): File "/data2/sjy/miniconda3/envs/sparseocc/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "gen_instance_info.py", line 82, in process_add_instance_info occ_gt_path = token2path[sample['token']] KeyError: 'e93e98b63d3b40209056d129dc53ceee'
The text was updated successfully, but these errors were encountered:
This error is usually caused by the wrong gt_root, you can check if the gt_path is correct and if the dict token2path is empty
gt_path
token2path
Sorry, something went wrong.
Thanks a lot. I have solved it out !
No branches or pull requests
Traceback (most recent call last):
File "/data2/sjy/miniconda3/envs/sparseocc/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "gen_instance_info.py", line 82, in process_add_instance_info
occ_gt_path = token2path[sample['token']]
KeyError: 'e93e98b63d3b40209056d129dc53ceee'
The text was updated successfully, but these errors were encountered: