Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CARAFE op to onnx Fails and why not support it yet? #172

Closed
ethanyhzhang opened this issue Feb 18, 2022 · 2 comments
Closed

CARAFE op to onnx Fails and why not support it yet? #172

ethanyhzhang opened this issue Feb 18, 2022 · 2 comments
Assignees

Comments

@ethanyhzhang
Copy link

I have a question why carefe op is not supported in mmdeploy. And I have tried myself to export it, but error like below happens:

IndexError: _Map_base::at

Could anyone tell me what's wrong with this custom op?

For the same way, dcn export works well.

Thanks.

Related issue: onnx/onnx#2698

@RunningLeon
Copy link
Collaborator

@ethanyhzhang Hi, please be known that supporting deployment of models with custom ops is complex. We don't support models with carefe op by now. At the moment, you could fill your request in issue #170 .

@ethanyhzhang
Copy link
Author

@ethanyhzhang Hi, please be known that supporting deployment of models with custom ops is complex. We don't support models with carefe op by now. At the moment, you could fill your request in issue #170 .

Thanks!

hanrui1sensetime pushed a commit to hanrui1sensetime/mmdeploy that referenced this issue Nov 25, 2022
* messages

* again

* again1

* again_2

* again_3

* again_4

* again_5

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update tools/analysis_tools/dataset_analysis.py

Co-authored-by: HinGwenWoong <[email protected]>

* Update tools/analysis_tools/dataset_analysis.py

Co-authored-by: HinGwenWoong <[email protected]>

* Update tools/analysis_tools/dataset_analysis.py

Co-authored-by: HinGwenWoong <[email protected]>

* Update tools/analysis_tools/dataset_analysis.py

Co-authored-by: HinGwenWoong <[email protected]>

* modify code

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

* Modify document

* Modify document

* new code

* revise decuments and codes

* Revise datails

* Update tools/analysis_tools/dataset_analysis.py

Co-authored-by: HinGwenWoong <[email protected]>

* modify func name

* code

* Documentation and code

* modify error meaasge

* deleted height,

Co-authored-by: HinGwenWoong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants