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">
|
||||
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
|
||||
</SelectItem>
|
||||
{/* <SelectItem value="yoloe">
|
||||
<SelectItem value="yoloe">
|
||||
<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>
|
||||
</Select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user