add pxd headers for correct work

fixes definitions
can run until API call
This commit is contained in:
Alex Bezdieniezhnykh
2025-01-16 17:56:58 +02:00
parent 7439005ed7
commit e21dd7e70f
17 changed files with 207 additions and 165 deletions
+8
View File
@@ -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