mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
merged
This commit is contained in:
@@ -17,7 +17,6 @@ def c_array(ctype, values):
|
||||
arr[:] = values
|
||||
return arr
|
||||
|
||||
|
||||
class BOX(Structure):
|
||||
_fields_ = [("x", c_float),
|
||||
("y", c_float),
|
||||
|
||||
Reference in New Issue
Block a user