fix(label): label result

This commit is contained in:
2026-02-27 16:08:42 +08:00
parent 6a19edbdfc
commit a901dcf36b
4 changed files with 436 additions and 297 deletions

View File

@@ -1,6 +1,9 @@
export interface LabelResult {
data_name: string
image_objects?: ImageObjects
video_objects?: {
[key: string]: ImageObjects
}
pc_box_objects?: { [key: string]: any }[]
pc_segment_objects?: { [key: string]: any }[]
pc_vegetation_objects?: { [key: string]: any }[]
@@ -129,6 +132,7 @@ export interface DataList {
data_name: string
data_type: string
image_data?: string
video_data?: string
pointcloud_data?: PointcloudDatum[]
[property: string]: any
}