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