phase 12
This commit is contained in:
@@ -23,6 +23,7 @@ class DetectState(TypedDict, total=False):
|
||||
frames: list[Frame]
|
||||
filtered_frames: list[Frame]
|
||||
boxes_by_frame: dict[int, list[BoundingBox]]
|
||||
preprocessed_crops: dict # "{frame_seq}_{box_idx}" → np.ndarray
|
||||
text_candidates: list[TextCandidate]
|
||||
unresolved_candidates: list[TextCandidate]
|
||||
detections: list[BrandDetection]
|
||||
|
||||
Reference in New Issue
Block a user