Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
add an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Oct 23, 2023
1 parent cf0c947 commit a121917
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion AI_ML/LOAD_MODEL/ONNX_MODEL/app.json
Original file line number Diff line number Diff line change
@@ -1 +1,66 @@
{}
{
"rfInstance": {
"nodes": [
{
"width": 208,
"height": 96,
"id": "ONNX_MODEL-3bfae6ce-ad2f-4d4d-8342-96d824eb7380",
"type": "AI_ML",
"data": {
"id": "ONNX_MODEL-3bfae6ce-ad2f-4d4d-8342-96d824eb7380",
"label": "ONNX MODEL",
"func": "ONNX_MODEL",
"type": "AI_ML",
"ctrls": {
"file_path": {
"type": "str",
"default": null,
"desc": "Path to a ONNX model to load and use for prediction.",
"overload": null,
"functionName": "ONNX_MODEL",
"param": "file_path",
"value": ""
}
},
"initCtrls": {},
"inputs": [
{
"name": "default",
"id": "default",
"type": "Vector",
"multiple": false,
"desc": "The input tensor to use for prediction.\nFor now, only a single input tensor is supported.\nNote that the input tensor shape is not checked against the model's input shape."
}
],
"outputs": [
{
"name": "default",
"id": "default",
"type": "Vector",
"desc": "The predictions made by the ONNX model.\nFor now, only a single output tensor is supported."
}
],
"path": "AI_ML/LOAD_MODEL/ONNX_MODEL/ONNX_MODEL.py",
"selected": true
},
"position": {
"x": -171.967500985471,
"y": -191.24623740170063
},
"selected": true,
"positionAbsolute": {
"x": -171.967500985471,
"y": -191.24623740170063
},
"dragging": true
}
],
"edges": [],
"viewport": {
"x": 669.537650867023,
"y": 395.1114317341454,
"zoom": 0.7467072297113905
}
},
"textNodes": []
}

0 comments on commit a121917

Please sign in to comment.