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

[GPU] Handle negative axis in concat op #6839

Merged
merged 4 commits into from
Aug 4, 2021

Conversation

mateusztabaka
Copy link
Contributor

That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001

That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001
@mateusztabaka mateusztabaka requested review from a team as code owners July 28, 2021 13:59
@openvino-pushbot openvino-pushbot added the category: GPU OpenVINO GPU plugin label Jul 28, 2021
@vladimir-paramuzov vladimir-paramuzov added this to the 2022.1 milestone Jul 29, 2021
@vladimir-paramuzov vladimir-paramuzov changed the title [clDNN] Handle negative axis in concat op [GPU] Handle negative axis in concat op Jul 29, 2021
@mateusztabaka mateusztabaka requested review from a team and vladimir-paramuzov July 29, 2021 19:16
@postrational postrational added the ONNX Related to support for ONNX standard. label Jul 30, 2021
Copy link
Contributor

@vladimir-paramuzov vladimir-paramuzov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mateusztabaka mateusztabaka requested a review from azhogov August 4, 2021 06:35
@azhogov
Copy link

azhogov commented Aug 4, 2021

@azhogov azhogov merged commit 8c4cee1 into openvinotoolkit:master Aug 4, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
* [clDNN] Handle negative axis in concat op

That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001

* Add tests for negative axis in Concat op
andrei-cv pushed a commit to andrei-cv/openvino that referenced this pull request Aug 30, 2021
* [clDNN] Handle negative axis in concat op

That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001

* Add tests for negative axis in Concat op
akuporos pushed a commit to akuporos/openvino that referenced this pull request Sep 29, 2021
* [clDNN] Handle negative axis in concat op

That enables following models for onnx importer path:
yolact-resnet50-fpn-pytorch
yolact-resnet101-fpn-pytorch
yolact-darknet53-fpn-pytorch
swin-tiny-patch4-window7-224
action-recognition-mkinetics-res34-mhsa
driver-action-recognition-adas-0002-decoder
horizontal-text-detection-0001

* Add tests for negative axis in Concat op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin ONNX Related to support for ONNX standard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants