Skip to content

Commit

Permalink
update ONNX_HUB_MANIFEST
Browse files Browse the repository at this point in the history
Signed-off-by: yuwenzho <[email protected]>
  • Loading branch information
yuwenzho committed Jun 28, 2023
1 parent 43dfa3b commit 72440d5
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions ONNX_HUB_MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,48 @@
"model_with_data_bytes": 237272167
}
},
{
"model": "Emotion FERPlus int8",
"model_path": "vision/body_analysis/emotion_ferplus/model/emotion-ferplus-12-int8.onnx",
"onnx_version": "1.14",
"opset_version": 12,
"metadata": {
"model_sha": "3e47195d79e9593294df9e81a6d296a1e10969b68a717284081c29493a0ff5f1",
"model_bytes": 19300656,
"tags": [
"vision",
"body analysis",
"emotion ferplus"
],
"io_ports": {
"inputs": [
{
"name": "Input3",
"shape": [
1,
1,
64,
64
],
"type": "tensor(float)"
}
],
"outputs": [
{
"name": "Plus692_Output_0",
"shape": [
1,
8
],
"type": "tensor(float)"
}
]
},
"model_with_data_path": "vision/body_analysis/emotion_ferplus/model/emotion-ferplus-12-int8.tar.gz",
"model_with_data_sha": "429cd3e9cdfc20330b76361c65e7aaeb4298b9edcd29282fd6f63b95aee00983",
"model_with_data_bytes": 18119569
}
},
{
"model": "Emotion FERPlus",
"model_path": "vision/body_analysis/emotion_ferplus/model/emotion-ferplus-2.onnx",
Expand Down Expand Up @@ -1175,6 +1217,58 @@
"model_with_data_bytes": 32384240
}
},
{
"model": "version-RFB-320-int8",
"model_path": "vision/body_analysis/ultraface/models/version-RFB-320-int8.onnx",
"onnx_version": "1.14",
"opset_version": 12,
"metadata": {
"model_sha": "093a9a55ff05fd71ace744593fd0c81eab8306d6d8c38b0892c5b3cff7f08265",
"model_bytes": 458144,
"tags": [
"vision",
"body analysis",
"ultraface"
],
"io_ports": {
"inputs": [
{
"name": "input",
"shape": [
1,
3,
240,
320
],
"type": "tensor(float)"
}
],
"outputs": [
{
"name": "scores",
"shape": [
1,
4420,
2
],
"type": "tensor(float)"
},
{
"name": "boxes",
"shape": [
1,
4420,
4
],
"type": "tensor(float)"
}
]
},
"model_with_data_path": "vision/body_analysis/ultraface/models/version-RFB-320-int8.tar.gz",
"model_with_data_sha": "a0010e6a58f9e4ca553efbd8d9cf539c8846fbd56e17e10c8b9aebc9f4d625d0",
"model_with_data_bytes": 1211441
}
},
{
"model": "version-RFB-320",
"model_path": "vision/body_analysis/ultraface/models/version-RFB-320.onnx",
Expand Down

0 comments on commit 72440d5

Please sign in to comment.