diff --git a/1000.png b/1000.png new file mode 100755 index 0000000..cea1d3d Binary files /dev/null and b/1000.png differ diff --git a/src/main.cpp b/src/main.cpp index ae7cfce..8044b61 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -316,7 +316,7 @@ void plot_results(cv::Mat img, std::vector& results, int main() { - std::string img_path = "path_to_16bit_1_channel_image.png"; + std::string img_path = "../1000.png"; const std::string& modelPath = "../best.onnx"; // relative path for build/ directory fs::path imageFilePath(img_path);