Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Implement the slice operator and fix the cancat operator#214

Open
kadu-v wants to merge 12 commits into
webonnx:masterfrom
kadu-v:dev/slice
Open

Implement the slice operator and fix the cancat operator#214
kadu-v wants to merge 12 commits into
webonnx:masterfrom
kadu-v:dev/slice

Conversation

@kadu-v
Copy link
Copy Markdown

@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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants