Feat: Added extra drop down button for yoloe with vl
This commit is contained in:
@@ -317,9 +317,12 @@ export default function UploadPage() {
|
|||||||
<SelectItem value="sam3">
|
<SelectItem value="sam3">
|
||||||
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
|
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
{/* <SelectItem value="yoloe">
|
<SelectItem value="yoloe">
|
||||||
<span className="font-medium">YOLOE Open-Vocabulary Detection</span>
|
<span className="font-medium">YOLOE Open-Vocabulary Detection</span>
|
||||||
</SelectItem> */}
|
</SelectItem>
|
||||||
|
<SelectItem value="yoloe_trained_vl">
|
||||||
|
<span className="font-medium">YOLOE With Vision Language Model</span>
|
||||||
|
</SelectItem>
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -339,6 +339,11 @@ export function UploadSection({ onDetectionComplete, onDetectionTypeChange }: Up
|
|||||||
<span>YOLOE</span>
|
<span>YOLOE</span>
|
||||||
</div>
|
</div>
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
|
<SelectItem value="yoloe_trained_vl">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<span>YOLOE Trained</span>
|
||||||
|
</div>
|
||||||
|
</SelectItem>
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user