Skip to content

Commit d6915f0

Browse files
Relabel object detection options: 'Remote API' for uvicorn, None key cased
Object Detection dropdown: rename the uvicorn option from 'Yolo 11 on Ampere CPU' to 'Remote API', and use 'None' as the no-detection key/label.
1 parent 1a5b1e9 commit d6915f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/skins/classic/views/monitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ class="nav-link<?php echo ($tab == $name ? ' active' : '') . ' ' . (($name == 'z
10991099
<li class="ObjectDetection">
11001100
<label><?php echo translate('Object Detection')?></label>
11011101
<?php
1102-
$od_options = ['none'=>'None', 'uvicorn'=>'Yolo 11 on Ampere CPU'];
1102+
$od_options = ['None'=>'None', 'uvicorn'=>'Remote API'];
11031103
if (defined('HAVE_UNTETHER'))
11041104
$od_options['speedai'] = 'Untether SpeedAI';
11051105
if (defined('ZM_HAVE_QUADRA') and ZM_HAVE_QUADRA)

0 commit comments

Comments
 (0)