mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:16:30 +00:00
remove cpdef, add constants h
This commit is contained in:
@@ -20,7 +20,7 @@ cdef class Inference:
|
||||
cdef int tile_height
|
||||
|
||||
cdef build_tensor_engine(self, object updater_callback)
|
||||
cpdef init_ai(self)
|
||||
cdef init_ai(self)
|
||||
cdef bint is_building_engine
|
||||
cdef bint is_video(self, str filepath)
|
||||
|
||||
@@ -28,7 +28,7 @@ cdef class Inference:
|
||||
cdef _process_video(self, RemoteCommand cmd, AIRecognitionConfig ai_config, str video_name)
|
||||
cdef _process_images(self, RemoteCommand cmd, AIRecognitionConfig ai_config, list[str] image_paths)
|
||||
cdef _process_images_inner(self, RemoteCommand cmd, AIRecognitionConfig ai_config, list frame_data)
|
||||
cpdef split_to_tiles(self, frame, path, overlap_percent)
|
||||
cdef split_to_tiles(self, frame, path, overlap_percent)
|
||||
cdef stop(self)
|
||||
|
||||
cdef preprocess(self, frames)
|
||||
|
||||
Reference in New Issue
Block a user