mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
parent
112dec6565
commit
872ed91d8a
1 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,16 @@
|
|||
[
|
||||
{
|
||||
"model_name": "FasterRCNN-10",
|
||||
"working_directory": "./onnx-zoo-models/FasterRCNN-10",
|
||||
"model_path": "./faster_rcnn_R_50_FPN_1x.onnx",
|
||||
"test_data_path": "./"
|
||||
},
|
||||
{
|
||||
"model_name": "MaskRCNN-10",
|
||||
"working_directory": "./onnx-zoo-models/MaskRCNN-10/",
|
||||
"model_path": "./mask_rcnn_R_50_FPN_1x.onnx",
|
||||
"test_data_path": "./"
|
||||
},
|
||||
{
|
||||
"model_name": "mobilenetv2-7",
|
||||
"working_directory": "./onnx-zoo-models/mobilenetv2-7/",
|
||||
|
|
@ -221,4 +233,4 @@
|
|||
"model_path": "./mosaic/mosaic.onnx",
|
||||
"test_data_path": "./mosaic/"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue