added example img
This commit is contained in:
BIN
1000.png
Executable file
BIN
1000.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.3 MiB |
@ -316,7 +316,7 @@ void plot_results(cv::Mat img, std::vector<YoloResults>& results,
|
|||||||
|
|
||||||
int main()
|
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
|
const std::string& modelPath = "../best.onnx"; // relative path for build/ directory
|
||||||
|
|
||||||
fs::path imageFilePath(img_path);
|
fs::path imageFilePath(img_path);
|
||||||
|
Reference in New Issue
Block a user