Dynamically increasing counts of defected pothole and signboards

This commit is contained in:
sumona-banerjeee
2026-02-16 13:05:59 +05:30
parent 99cab7c287
commit 580b5b8aa3
2 changed files with 193 additions and 40 deletions

View File

@@ -63,6 +63,13 @@ export type DetectionData = {
bbox: { x1: number; y1: number; x2: number; y2: number }
center?: { x: number; y: number }
area?: number
count?: {
defected_sign_board: number
pothole: number
road_crack: number
damaged_road_marking: number
good_sign_board: number
}
}>
}>
}