refactor: module structure

This commit is contained in:
2023-10-03 15:05:03 +08:00
parent 0d8e4dea8e
commit d5ccbd5a01
19 changed files with 517 additions and 525 deletions

View File

@ -0,0 +1,15 @@
from typing import Tuple
Rect = Tuple[int, int, int, int]
class DeviceRois:
pure: Rect
far: Rect
lost: Rect
score: Rect
rating_class: Rect
max_recall: Rect
jacket: Rect
clear_status: Rect
partner_icon: Rect