We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1401d commit d8f6d1eCopy full SHA for d8f6d1e
modules/ObjectDetectionYOLOv5-6.2/modulesettings.json
@@ -46,7 +46,7 @@
46
},
47
48
"InstallOptions" : {
49
- "Platforms": [ "all", "!raspberrypi", "!jetson" ],
+ "Platforms": [ "all", "!raspberrypi", "!orangepi", "!jetson", "!radxarock" ],
50
"ModuleReleases": [ // Which server version is compatible with each version of this module.
51
{ "ModuleVersion": "1.0", "ServerVersionRange": [ "1.0", "2.0.8" ], "ReleaseDate": "2022-03-01" },
52
{ "ModuleVersion": "1.2", "ServerVersionRange": [ "2.1.0", "2.1.6" ], "ReleaseDate": "2023-03-20", "ReleaseNotes": "Updated for CodeProject.AI Server 2.1" },
0 commit comments