Update Applications/Example_Application.json

This commit is contained in:
J jonny 2026-06-01 11:45:26 -04:00
parent aec52a35e8
commit 5677b005d0

View File

@ -312,7 +312,7 @@
"headline": "Model Path Map", "headline": "Model Path Map",
"description": "Map of model name to ONNX/TRT model file path", "description": "Map of model name to ONNX/TRT model file path",
"type": "std::map<std::string, std::string>", "type": "std::map<std::string, std::string>",
"default": "interference_recognition_fp32.onnx" "default": "example_model.onnx"
}, },
{ {
"parameter": "pre_processor_map_", "parameter": "pre_processor_map_",