fix model name

master
Pete Matsyburka 2 months ago
parent 80a7385183
commit 79e2514416

@ -6,7 +6,7 @@ module Templates
Field = Struct.new(:type, :x, :y, :w, :h, :confidence, keyword_init: true) 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 RESOLUTION = 704

Loading…
Cancel
Save