Skip to content

Commit 3455585

Browse files
author
Boris Sekachev
committed
Return 'min_neg_points' from the server
1 parent b4de010 commit 3455585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cvat/apps/lambda_manager/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def to_dict(self):
128128
if self.kind is LambdaType.INTERACTOR:
129129
response.update({
130130
'min_pos_points': self.min_pos_points,
131+
'min_neg_points': self.min_neg_points,
131132
'startswith_box': self.startswith_box
132133
})
133134

0 commit comments

Comments
 (0)