-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I am getting the following error while exceuting .
{"detail":"Not Found"}
{'detail': 'Not Found'}
KeyError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_2224/1869963564.py in
58 print(json_data)
59 # parse the detected object names and pixel locations
---> 60 for i in json_data["objects"]["predictions"]:
61 if i["object_title"] in detection_data:
62 detection_data[i["object_title"] +"_" + str(counter)] = i["coordinates"]
KeyError: 'objects'
Metadata
Metadata
Assignees
Labels
No labels