Skip to content

1.0.9

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 17 Jul 14:40
· 19 commits to main since this release
  • Support for constant rewriting when the same constant is shared. Valid only when op_name is specified. Generates a new constant that is different from the shared constant.

  • Reshape_156 onnx::Reshape_391 int64 [1, -1, 85]
    image

  • Reshape_174 onnx::Reshape_391 int64 [1, -1, 85]
    image

    sam4onnx \
    --input_onnx_file_path yolov7-tiny_test_sim.onnx \
    --output_onnx_file_path yolov7-tiny_test_sim_mod.onnx \
    --op_name Reshape_156 \
    --input_constants onnx::Reshape_391 int64 [1,14400,85]
  • Reshape_156 onnx::Reshape_391 int64 [1, -1, 85] -> Reshape_156 onnx::Reshape_391_mod_3 int64 [1, 14400, 85]
    image

  • Reshape_174 onnx::Reshape_391 int64 [1, -1, 85]
    image