mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:16:30 +00:00
b6b6751c37
put tile size to name and set it dynamically for AI recognition
6 lines
105 B
Cython
6 lines
105 B
Cython
cdef str _CACHED_HW_INFO
|
|
|
|
cdef class HardwareService:
|
|
|
|
@staticmethod
|
|
cdef str get_hardware_info() |