Feat: Added extra drop down button for yoloe with vl
This commit is contained in:
@@ -339,6 +339,11 @@ export function UploadSection({ onDetectionComplete, onDetectionTypeChange }: Up
|
||||
<span>YOLOE</span>
|
||||
</div>
|
||||
</SelectItem>
|
||||
<SelectItem value="yoloe_trained_vl">
|
||||
<div className="flex items-center gap-2">
|
||||
<span>YOLOE Trained</span>
|
||||
</div>
|
||||
</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user