naming Changes
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 1m53s

This commit is contained in:
Liyu Xiao 2025-06-16 10:20:29 -04:00
parent 586acd123c
commit f967009dbf

View File

@ -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)