refactor(ticket): use video detections for assignment map and remove coordinates API

This commit is contained in:
2026-07-31 19:02:25 +05:30
parent 9cd7186357
commit 514b42ea91
9 changed files with 257 additions and 274 deletions

View File

@@ -57,7 +57,6 @@ export const API_ROUTES = {
ANNOTATION_FRAMES: (id: string) =>
`/biz/api/v1/results/${id}/annotation-frames`,
DETECTIONS: (id: string) => `/biz/api/v1/results/${id}/detections`,
COORDINATES: (id: string) => `/biz/api/v1/results/${id}/coordinates`,
},
DETECTIONS: {
DISCARD: (id: number) => `/biz/api/v1/detections/${id}/discard`,