We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e285 commit 13fd0c0Copy full SHA for 13fd0c0
algorithms/objectDetectionMetrics.py
@@ -29,8 +29,8 @@ def object_is_in_list(obj, obj_list):
29
30
def objects_detection_metrics(inputs):
31
# Expected inputs:
32
- # {
33
- # "name": "images_ground_truth",
+ # [{
+ # "name": "images_objects_ground_truth",
34
# "value": [
35
# [
36
# {
@@ -39,9 +39,9 @@ def objects_detection_metrics(inputs):
39
# }
40
# ]
41
# ],
42
- # }
+ # },
43
44
+ # "name": "images_objects_predicted",
45
46
47
@@ -50,7 +50,7 @@ def objects_detection_metrics(inputs):
50
51
52
53
+ # }]
54
55
# Expected outputs:
56
0 commit comments