Skip to content

[MO] Fix EfficientDet conversion#5029

Merged
lazarevevgeny merged 1 commit intoopenvinotoolkit:masterfrom
dkurt:fix_efficientdet
Mar 30, 2021
Merged

[MO] Fix EfficientDet conversion#5029
lazarevevgeny merged 1 commit intoopenvinotoolkit:masterfrom
dkurt:fix_efficientdet

Conversation

@dkurt
Copy link
Copy Markdown
Contributor

@dkurt dkurt commented Mar 30, 2021

Details:

Old EfficientDet (there is convert_image):

The latest EfficientDet (no convert_image anymore):

Proposed solution - identify preprocessing block not by it's first node but it's input node (which has stable name strided_slice_1) so MO will manage to convert both old and new versions. Accuracy validated with dkurt/openvino_efficientdet#15

Tickets:

@dkurt dkurt requested review from a team and lazarevevgeny March 30, 2021 07:19
@openvino-pushbot openvino-pushbot added the category: MO Model Optimizer label Mar 30, 2021
@lazarevevgeny lazarevevgeny merged commit a2a7320 into openvinotoolkit:master Mar 30, 2021
luo-cheng2021 pushed a commit to luo-cheng2021/openvino that referenced this pull request Apr 7, 2021
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: MO Model Optimizer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]Convert efficientdet Model from Tensorflow no convert_image node error

3 participants