Skip to content

Releases: PINTO0309/sne4onnx

1.0.13

07 May 06:05
ba06783
Compare
Choose a tag to compare
  • YOLOv9, YOLOv8 ONNX
  • Fixed to restore metadata
    image

What's Changed

Full Changelog: 1.0.12...1.0.13

1.0.12

30 Apr 05:10
2c7056f
Compare
Choose a tag to compare
  1. Fix to preserve domain and ir_version.
  2. API specification changes due to the version upgrade of onnx are now supported. onnx==1.16.0

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

02 Jan 16:12
fdb1cae
Compare
Choose a tag to compare

What's Changed

  • Support for models with custom domains and elimination of critical bugs by @PINTO0309 in #3

Full Changelog: 1.0.10...1.0.11

1.0.10

07 Sep 13:27
Compare
Choose a tag to compare
  • Add short form parameter
$ sne4onnx -h

usage:
    sne4onnx [-h]
    -if INPUT_ONNX_FILE_PATH
    -ion INPUT_OP_NAMES
    -oon OUTPUT_OP_NAMES
    [-of OUTPUT_ONNX_FILE_PATH]
    [-n]

optional arguments:
  -h, --help
    show this help message and exit

  -if INPUT_ONNX_FILE_PATH, --input_onnx_file_path INPUT_ONNX_FILE_PATH
    Input onnx file path.

  -ion INPUT_OP_NAMES [INPUT_OP_NAMES ...], --input_op_names INPUT_OP_NAMES [INPUT_OP_NAMES ...]
    List of OP names to specify for the input layer of the model.
    e.g. --input_op_names aaa bbb ccc

  -oon OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...], --output_op_names OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
    List of OP names to specify for the output layer of the model.
    e.g. --output_op_names ddd eee fff

  -of OUTPUT_ONNX_FILE_PATH, --output_onnx_file_path OUTPUT_ONNX_FILE_PATH
    Output onnx file path. If not specified, extracted.onnx is output.

  -n, --non_verbose
    Do not show all information logs. Only error logs are displayed.

1.0.9

07 Jun 14:46
Compare
Choose a tag to compare
  • Added process to delete unused input OPs

1.0.8

25 May 06:30
96f358d
Compare
Choose a tag to compare
  • Security update
  • README update

1.0.7

08 May 23:30
Compare
Choose a tag to compare
  • Fine-tuning of document and logic indentation

1.0.6

08 May 17:14
d0d285e
Compare
Choose a tag to compare
  1. Fix: PINTO0309/simple-onnx-processing-tools#2
  2. Eliminate comma-separated specifications for input_op_names and output_op_names
  3. Add non_verbose option

1.0.5

11 Apr 12:48
Compare
Choose a tag to compare
  • Support for onnx.ModelProto input. Bug fixes.

1.0.4

11 Apr 12:37
Compare
Choose a tag to compare
  • Support for onnx.ModelProto input