Files
annotations/Azaion.AI/annotation.pxd
T
Alex Bezdieniezhnykh e21dd7e70f add pxd headers for correct work
fixes definitions
can run until API call
2025-01-16 17:56:58 +02:00

8 lines
166 B
Cython

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