mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
add pxd headers for correct work
fixes definitions can run until API call
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
cdef class Detection:
|
||||
cdef double x, y, w, h
|
||||
cdef int cls
|
||||
|
||||
cdef class Annotation:
|
||||
cdef bytes image
|
||||
cdef float time
|
||||
cdef list[Detection] detections
|
||||
Reference in New Issue
Block a user