PaddleOCR2Pytorch VS onnx-simplifier

Compare PaddleOCR2Pytorch vs onnx-simplifier and see what are their differences.

PaddleOCR2Pytorch

PaddleOCR inference in PyTorch. Converted from [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) (by frotms)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PaddleOCR2Pytorch onnx-simplifier
1 3
764 3,550
- -
4.4 6.5
2 months ago 22 days ago
Python C++
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PaddleOCR2Pytorch

Posts with mentions or reviews of PaddleOCR2Pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-12.
  • [Technical Article] OCR Upgrade
    8 projects | /r/deepin | 12 Jun 2022
    Path №2: use the tools provided by the project https://github.com/frotms/PaddleOCR2Pytorch to convert the models of the Paddle Inference to the PTH files of Pytorch, then use the tools in Pytorch to convert the PTH files to the TorchScript files in Trace mode, and finally use PNNX in the NCNN toolbox to output them to PNNX and NCNN formats, and take the model files in NCNN format for deployment.

onnx-simplifier

Posts with mentions or reviews of onnx-simplifier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-20.
  • Show: Cross-platform Image segmentation on video using eGUI, onnxruntime and ffmpeg
    2 projects | /r/rust | 20 Nov 2022
    onnx-simplifier can shed some of incompatibilities in widespread use, but is itself bug ridden and lagging behind the standard. For any serious model, or when you don't get lucky simplifying the model upstream, you'd generally want good support of opset 11.
  • [Technical Article] OCR Upgrade
    8 projects | /r/deepin | 12 Jun 2022
    ONNX Simplifier:https://github.com/daquexian/onnx-simplifier
  • PyTorch 1.10
    8 projects | news.ycombinator.com | 22 Oct 2021
    As far as I know, the ONNX format won't give you a performance boost on its own. However, there are ONNX optimizers for the ONNX runtime which will speed up your inference.

    But if you are using Nvidia Hardware, then TensorRT should give you the best performance possible, especially if you change the precision level. Don't forget to simplify your ONNX model before you converting it to TensorRT though: https://github.com/daquexian/onnx-simplifier

What are some alternatives?

When comparing PaddleOCR2Pytorch and onnx-simplifier you can also consider the following projects:

opencv-mobile - The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, WebAssembly

onnxruntime - ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator