From f967009dbf5e6d7dd398c5202db22e0406dc02bc Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Mon, 16 Jun 2025 10:20:29 -0400 Subject: [PATCH] naming Changes --- onnx_scripts/profile_onnx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnx_scripts/profile_onnx.py b/onnx_scripts/profile_onnx.py index ad18c7f..adb593b 100644 --- a/onnx_scripts/profile_onnx.py +++ b/onnx_scripts/profile_onnx.py @@ -37,5 +37,5 @@ def profile_onnx_model(path_to_onnx: str, num_runs: int = 100): if __name__ == "__main__": settings = get_app_settings() - output_path = os.path.join("onnx_files", "convert_to_onnx.onnx") + output_path = os.path.join("onnx_files", "inference_recognition_model.onnx") profile_onnx_model(output_path)