openvino: new test model

This commit is contained in:
Koushik Dutta
2026-01-07 10:16:05 -08:00
parent d6f13c7128
commit 2cd73b5a6a
3 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/openvino",
"version": "0.1.189",
"version": "0.1.190",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/openvino",
"version": "0.1.189",
"version": "0.1.190",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}

View File

@@ -50,5 +50,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.189"
"version": "0.1.190"
}

View File

@@ -36,6 +36,7 @@ prepareExecutor = concurrent.futures.ThreadPoolExecutor(
availableModels = [
"Default",
"scrypted_yolov9t_relu_test_int8",
"scrypted_yolov9c_relu_int8_320",
"scrypted_yolov9m_relu_int8_320",
"scrypted_yolov9s_relu_int8_320",