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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
There was a problem exporting the yolov5 dataset/ but when i export the yolov3/4 dataset is normal / happend when i using Object Detection with Bounding Boxes
#293
Open
xiaocaof opened this issue
Jun 1, 2024
· 1 comment
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio_converter/converter.py", line 285, in convert
self.convert_to_yolov5(
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio_converter/converter.py", line 1060, in convert_to_yolov5
for index, label in enumerate(item['output']['label']):
KeyError: 'label'
how can i solve it !!!! very thanks!!!!
The text was updated successfully, but these errors were encountered:
xiaocaof
changed the title
There was a problem exporting the yolov5 dataset/ but when i export the yolov3/4 dataset is normal
There was a problem exporting the yolov5 dataset/ but when i export the yolov3/4 dataset is normal / hppend when i using Object Detection with Bounding Boxes
Jun 1, 2024
xiaocaof
changed the title
There was a problem exporting the yolov5 dataset/ but when i export the yolov3/4 dataset is normal / hppend when i using Object Detection with Bounding Boxes
There was a problem exporting the yolov5 dataset/ but when i export the yolov3/4 dataset is normal / happend when i using Object Detection with Bounding Boxes
Jun 1, 2024
Traceback (most recent call last):
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/rest_framework/views.py", line 506, in dispatch
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/django/utils/decorators.py", line 43, in _wrapper
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio/data_export/api.py", line 200, in get
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio/data_export/models.py", line 161, in generate_export_file
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio_converter/converter.py", line 285, in convert
File "/root/anaconda3/envs/label-studio/lib/python3.8/site-packages/label_studio_converter/converter.py", line 1060, in convert_to_yolov5
KeyError: 'label'
how can i solve it !!!! very thanks!!!!
The text was updated successfully, but these errors were encountered: