We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f57a1 commit 18e6451Copy full SHA for 18e6451
app/http/controllers/api/PredictionController.py
@@ -116,7 +116,7 @@ def post(self):
116
"xmax": boxes.xmax,
117
"xmin": boxes.xmin,
118
"ymax": boxes.ymax,
119
- "ymin": boxes.ymax,
+ "ymin": boxes.ymin,
120
}
121
)
122
@@ -129,7 +129,7 @@ def post(self):
129
130
131
132
133
134
135
@@ -142,7 +142,7 @@ def post(self):
142
143
144
145
146
147
148
0 commit comments