fixed consistency darknet and python code

This commit is contained in:
AlexeyAB
2019-11-23 20:00:35 +03:00
parent 61f8f569b7
commit 3abbd85808
3 changed files with 8 additions and 6 deletions

View File

@ -60,7 +60,8 @@ class DETECTION(Structure):
("mask", POINTER(c_float)),
("objectness", c_float),
("sort_class", c_int),
("uc", POINTER(c_float))]
("uc", POINTER(c_float)),
("points", c_int)]
class IMAGE(Structure):