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

Implement the slice operator and fix the cancat operator #214

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

kadu-v
Copy link

@kadu-v kadu-v commented Jul 21, 2024

This is my first contribution to wonnx.
I implemented the Slice operator and fixed the Concat operator. Additionally, I implemented the yolox_nano sample.
The Slice operator only supports cases where there is a single axis.
Please let me know if there are any points that need to be corrected before merging.

On a side note, I was able to run a YOLOX app on an iPhone using wonnx. Here is the repository.

@kadu-v kadu-v changed the title Implement the slice operator and fix cancat operator Implement the slice operator and fix the cancat operator Jul 21, 2024
@pixelspark
Copy link
Collaborator

@kadu-v very cool to see WONNX in a native iOS app! (I'm sure Apple by now has APIs that provide functionality similar to YOLOX and use more efficient hardware, i.e. the ANE, but still this might be useful as it offers more control over the model used).

Will have a look at this PR later!

@pixelspark pixelspark self-assigned this Jul 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants