fix model name

This commit is contained in:
Pete Matsyburka
2025-11-02 08:11:31 +02:00
parent 80a7385183
commit 79e2514416
+1 -1
View File
@@ -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