mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Update to 2026 (#2288)
This commit is contained in:
@@ -581,7 +581,7 @@ public class RequestHandler {
|
||||
case "YOLOv5" -> NeuralNetworkModelManager.Version.YOLOV5;
|
||||
case "YOLOv8" -> NeuralNetworkModelManager.Version.YOLOV8;
|
||||
case "YOLO11" -> NeuralNetworkModelManager.Version.YOLOV11;
|
||||
// Add more versions as necessary for new models
|
||||
// Add more versions as necessary for new models
|
||||
default -> {
|
||||
ctx.status(400);
|
||||
ctx.result("The provided version was not valid");
|
||||
|
||||
Reference in New Issue
Block a user