From f4830215a28a6f876dc27ffb499e8dce9450e9d5 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 12 Oct 2024 00:29:47 +0000 Subject: [PATCH] added example hefs --- src/main.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 6542de6..d860013 100644 --- a/src/main.zig +++ b/src/main.zig @@ -7,7 +7,8 @@ const hlo = @cImport({ const Allocator = std.mem.Allocator; const assert = std.debug.assert; -const hef_file = "yolov5s.hef"; +// const hef_file = "yolov5s.hef"; +const hef_file = "./libhailort/examples/hefs/shortcut_net"; const max_edge_layers = 32;