Skip to content

Commit

Permalink
Update darknet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JaledMC authored Jul 29, 2020
1 parent 1360070 commit 1bb2d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions darknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class DETECTION(Structure):
("track_id", c_int)]





class DETNUMPAIR(Structure):
_fields_ = [("num", c_int),
("dets", POINTER(DETECTION))]
Expand Down

0 comments on commit 1bb2d70

Please sign in to comment.