From 79e25144164b023d3e73b20958dce58b0b792641 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 2 Nov 2025 08:11:31 +0200 Subject: [PATCH] fix model name --- lib/templates/image_to_fields.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/image_to_fields.rb b/lib/templates/image_to_fields.rb index ad747aff..5eb39af4 100755 --- a/lib/templates/image_to_fields.rb +++ b/lib/templates/image_to_fields.rb @@ -6,7 +6,7 @@ module Templates Field = Struct.new(:type, :x, :y, :w, :h, :confidence, keyword_init: true) - MODEL_PATH = Rails.root.join('tmp/model_704_int8.onnx') + MODEL_PATH = Rails.root.join('tmp/model.onnx') RESOLUTION = 704