chore(chainage): rename chainge to segment
This commit is contained in:
@@ -24,14 +24,14 @@ import { Reveal } from '@/components/ui/reveal';
|
||||
import { cn } from '@/lib/utils';
|
||||
|
||||
const DETECTION_METHODS = [
|
||||
// { value: 'yolo', label: 'YOLO Detection Model' },
|
||||
{ value: 'yolo', label: 'Road Defect Detection' },
|
||||
// { value: 'yolo_vl', label: 'YOLO with Vision-Language Model' },
|
||||
// { value: 'sam3', label: 'OpenAI SAM 3 Segmentation Model' },
|
||||
// { value: 'yoloe', label: 'YOLOE Open-Vocabulary Detection' },
|
||||
// { value: 'yoloe_trained_vl', label: 'YOLOE With Vision Language Model' },
|
||||
{ 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: 'Road Defect Detection' },
|
||||
{ value: 'gemini_video', label: 'Gemini AI Analysis' },
|
||||
{ value: 'combined', label: 'Road Defect Detection with vl' },
|
||||
// { value: 'gemini_video', label: 'Gemini AI Analysis' },
|
||||
] as const;
|
||||
|
||||
export default function UploadPage() {
|
||||
@@ -141,7 +141,7 @@ export default function UploadPage() {
|
||||
<CardHeader>
|
||||
<CardTitle className="text-xl font-bold">1. Project Details</CardTitle>
|
||||
<CardDescription>
|
||||
Select the target project, package, and chainage segment.
|
||||
Select the target project, package, and segment.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
|
||||
Reference in New Issue
Block a user