feat: modify map
This commit is contained in:
@@ -30,6 +30,7 @@ const DETECTION_METHODS = [
|
||||
{ value: 'yoloe', label: 'YOLOE Open-Vocabulary Detection' },
|
||||
{ value: 'yoloe_trained_vl', label: 'YOLOE With Vision Language Model' },
|
||||
{ value: 'culvert_detection', label: 'Culvert Detection' },
|
||||
{ value: 'combined', label: 'Combined Detection Model' },
|
||||
] as const;
|
||||
|
||||
export default function UploadPage() {
|
||||
|
||||
Reference in New Issue
Block a user