Skip to content

1.27.8

Choose a tag to compare

@PINTO0309 PINTO0309 released this 18 May 03:53
· 40 commits to main since this release
a1a29b3
  • AveragePool

    • [Experimental] Dynamic AveragePool support
      image
      image
  • Tests
    https://github.com/PINTO0309/onnx2tf/releases/download/1.27.1/rec.onnx

    • replace_rec.json
      {
        "model": "https://github.com/PINTO0309/onnx2tf/releases/download/1.27.1/rec.onnx",
        "issue": "https://github.com/PINTO0309/onnx2tf/issues/747",
        "command": "onnx2tf -i rec.onnx -prf replace_rec.json",
        "format_version": 1,
        "operations": [
          {
            "op_name": "p2o.Transpose.2",
            "param_target": "attributes",
            "param_name": "perm",
            "values": [0,1,3,2]
          },
          {
            "op_name": "p2o.Transpose.5",
            "param_target": "attributes",
            "param_name": "perm",
            "values": [0,1,3,2]
          },
          {
            "op_name": "p2o.Transpose.7",
            "param_target": "attributes",
            "param_name": "perm",
            "values": [0,1,2,3]
          }
        ]
      }
    • Run
      onnx2tf -i rec.onnx -prf replace_rec.json -coion
      
      image
  • Results
    rec_float32.tflite.zip
    image
    image
    image

  • paddleocr model conversion to tflite fails #747

What's Changed

Full Changelog: 1.27.7...1.27.8