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