Update darknet.py

This commit is contained in:
JaledMC 2020-07-29 17:35:39 +02:00 committed by GitHub
parent 1bb2d70bf9
commit d0b6bae731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ class DETECTION(Structure):
("sim", c_float),
("track_id", c_int)]
class DETNUMPAIR(Structure):
_fields_ = [("num", c_int),
("dets", POINTER(DETECTION))]