Skip to content

Commit

Permalink
update relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
bachelor-dou committed Dec 12, 2024
1 parent ce493c1 commit 38c4bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Note: This sample shows model inference using [resnet50_Opset16.onnx](https://gi
#include "onnxruntime_cxx_api.h"

// path of model, Change to user's own model path
const char* model_path = "/home/dou/models/onnx/resnet50_Opset16.onnx";
const char* model_path = "./onnx/resnet50_Opset16.onnx";

/**
* @brief Input data preparation provided by user.
Expand Down

0 comments on commit 38c4bbc

Please sign in to comment.