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

SSD MobileNetv1 has missing connections #587

Closed
phager90 opened this issue Aug 27, 2020 · 1 comment
Closed

SSD MobileNetv1 has missing connections #587

phager90 opened this issue Aug 27, 2020 · 1 comment
Labels

Comments

@phager90
Copy link

  • Netron app and version: Desktop app, 4.4.7
  • OS and browser version: Windows

Steps to Reproduce:

  1. Download ONNX Model:
    https://github.com/onnx/models/blob/master/vision/object_detection_segmentation/ssd-mobilenetv1/model/ssd_mobilenet_v1_10.onnx?raw=true
  2. Open in Netron

Class Prediction sub-graph appear to be not connected:

image

It seems that the connection 'Postprocessor/Slice:0' is not drawn.

Network was converted following the steps here:
https://github.com/onnx/tensorflow-onnx/blob/cbffde47336da58e01d0eb670c3ddb482f661ca8/tutorials/ConvertingSSDMobilenetToONNX.ipynb
(Note that network runs correctly when executed with ONNX runtime)

@phager90 phager90 added the bug label Aug 27, 2020
@lutzroeder
Copy link
Owner

lutzroeder commented Aug 27, 2020

Duplicate of #168

@lutzroeder lutzroeder marked this as a duplicate of #535 Aug 27, 2020
@lutzroeder lutzroeder marked this as a duplicate of #168 Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants