question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Support for RepPoints ONNXRuntime

See original GitHub issue

Motivation

Is there any plan to support RepPoints for ONNXRuntime, specifically adding the MMCVDeformConv2d support? If not, is there any easy way to add them as custom operations? There was an earlier discussion https://github.com/open-mmlab/mmdeploy/issues/439

Related resources

No response

Additional context

No response

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
grimoirecommented, Dec 9, 2022

@dillonalaird yes, the native implementation of GEMM is very slow. You can use intelMKL, arm compute library or cublas to perform the GEMM (depends on what platform you want to use). Of cause you can do it by your self! how-to-optimize-gemm this is a good start point.

0reactions
dillonalairdcommented, Dec 9, 2022

Awesome, thanks for that info @grimoire!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to run evaluation on ONNX model due to unregistered ...
According to here, my understanding is that MMCVModulatedDeformConv2d is supported as a custom ONNX operation in MMDeploy.
Read more >
ONNX Runtime compatibility
All versions of ONNX Runtime support ONNX opsets from ONNX v1.2.1+ (opset version 7 and higher). For example: if an ONNX Runtime release...
Read more >
Python | onnxruntime
Train a model using your favorite framework, export to ONNX format and inference in any supported ONNX Runtime language! PyTorch CV. In this...
Read more >
C | onnxruntime
This feature allows users to “shrink” the arena at some cadence. Currently, the only supported cadence is at the end of every Run()...
Read more >
ONNX Runtime | Home
Support for a variety of frameworks, operating systems and hardware ... Please help us improve ONNX Runtime by participating in our customer survey....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found