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
我在处理dota1.5数据集的时侯,出现了如下错误,请问一下我该如何解决?谢谢
File "/home/speech/cipan/s2anet/DOTA_devkit/convert_dota_to_mmdet.py", line 66, in convert_dota_to_mmdet bboxes, labels, bboxes_ignore, labels_ignore = parse_ann_info(label_path, img_name) File "/home/speech/cipan/s2anet/DOTA_devkit/convert_dota_to_mmdet.py", line 32, in parse_ann_info labels.append(label_ids[class_name]) KeyError: 'container-crane'
The text was updated successfully, but these errors were encountered:
添加 'container-crane':
s2anet/DOTA_devkit/convert_dota_to_mmdet.py
Lines 10 to 14 in d287096
Sorry, something went wrong.
No branches or pull requests
我在处理dota1.5数据集的时侯,出现了如下错误,请问一下我该如何解决?谢谢
File "/home/speech/cipan/s2anet/DOTA_devkit/convert_dota_to_mmdet.py", line 66, in convert_dota_to_mmdet
bboxes, labels, bboxes_ignore, labels_ignore = parse_ann_info(label_path, img_name)
File "/home/speech/cipan/s2anet/DOTA_devkit/convert_dota_to_mmdet.py", line 32, in parse_ann_info
labels.append(label_ids[class_name])
KeyError: 'container-crane'
The text was updated successfully, but these errors were encountered: