There is a newer version of the record available.

Published September 25, 2022 | Version 1.1.38
Software Open

Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)

Description

1. Content and background
  1. handpose_estimation_mediapipe_2022may.onnx.zip
  2. ConvNext
2. Summary of corrections
  • Add,Sub,Mul,Div
    • Fixed to disable as much as possible unnecessary transpose inverted to NCHW.
  • ReduceMax,ReduceMean,ReduceMin,ReduceProd,ReduceSum
    • Optimize wasteful loop processing.
3. Before/After (If there is an operating log that can be used as a reference)
  • Fixed to disable as much as possible unnecessary transpose inverted to NCHW.
    • Before
    • After
4. Issue number (only if there is a related issue)

[ConvNext] Add layer shape wrong #17

What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.1.37...1.1.38

Notes

If you use onnx2tf in your research, please cite it using these metadata.

Files

PINTO0309/onnx2tf-1.1.38.zip

Files (386.0 kB)

Name Size Download all
md5:f4fd420de66844038c570b00b190d38b
386.0 kB Preview Download

Additional details

Related works