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

Failed to convert SSDLite with MobileNetV2 backbone #180

Open
boyang9602 opened this issue Oct 17, 2023 · 0 comments
Open

Failed to convert SSDLite with MobileNetV2 backbone #180

boyang9602 opened this issue Oct 17, 2023 · 0 comments

Comments

@boyang9602
Copy link

Hi,

I am trying to convert this SSDLite model to pytorch but failed.
The link to the onnx file is https://drive.google.com/uc?id=1USFDPRH9JrVdGoqt27qHjRgittwc0kcO.
The error message is

>>> ssd = convert(onnxmodel)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/bo/miniconda3/envs/yolox/lib/python3.10/site-packages/onnx2torch/converter.py", line 104, in convert
    converter = get_converter(
  File "/home/bo/miniconda3/envs/yolox/lib/python3.10/site-packages/onnx2torch/node_converters/registry.py", line 69, in get_converter
    raise NotImplementedError(f'Converter is not implemented ({description})')
NotImplementedError: Converter is not implemented (OperationDescription(domain='', operation_type='Slice', version=1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant