mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fixed consistency darknet and python code
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user