mirror of https://github.com/AlexeyAB/darknet.git
Update darknet.py
This commit is contained in:
parent
1bb2d70bf9
commit
d0b6bae731
|
@ -47,10 +47,6 @@ class DETECTION(Structure):
|
|||
("sim", c_float),
|
||||
("track_id", c_int)]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class DETNUMPAIR(Structure):
|
||||
_fields_ = [("num", c_int),
|
||||
("dets", POINTER(DETECTION))]
|
||||
|
|
Loading…
Reference in New Issue