-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unsupported op_type "Resize" #34
Comments
@jnnks I would welcome a PR for resize! Let me know if you need any help. The Axon resize should have all of the pieces you need |
Hi @kipcole9, my work on this issue has been rather superficial to be quite honest. I suppose the code commited in the PR is a start, but does not cover all of the functionality described in the ONNX spec. I'll see if I can use some time to work on this again this week. |
There is no doubt I under appreciate the amount of work and skill required - well beyond my abilities. But I think the whole community (definitely me!) would be very happy if we can use the yolo family of models with axon via axon_onnx. Thanks for considering picking this up again. And if there's any non-skilled grunt work that would help, let me know and I'll dive right in. |
The model Tiny YOLOv3 raises an ArgumentError when trying to import it:
Seems like Axon has functionality for that, but it is not "plugged in" yet: https://hexdocs.pm/axon/Axon.html#resize/3.
Maybe I can do that?
(Follow up to #33)
The text was updated successfully, but these errors were encountered: