JDAI-CV / JDAI-CV/DNNLibrary

ONNX operators needed to be supported

Open
#17 11 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
350
Forks
59
PR merge metrics
No merged PRs in 30d

Description

This issue is to summarize all operators which needed to be supported. If you want an operator to be supported, please feel free to post it here.

- [x] LRN(#16, supported in #46)
- [x] PRelu(#13, implemented in #23)
- [x] Identify(#13, supported in #24)
- [x] BatchNorm(most batchnorm will be fused into conv so there is no need to support batchnorm in these cases, but a few models(like resnet v2) has a bn->relu->conv sequence, which makes bn unable to be fused into conv.) (Supported in #38 )
- [ ] Resize

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.