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
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
raphaelhetzel added a commit to raphaelhetzel/wonnx that referenced this pull request Apr 22, 2025
Add: initial slice operator
wip
Update: the implementation of slice operator to move the fixed inputs to attributes
Update: concat operator to set an axis attribute
Update: Concat.wgsl to adapt any axis
WIP: yolox nano sample
Update: the post processing of yolox_ nano sample
Cleanup: the example code for yolox_nano
Cleanup
Update: README.md
Remove: unnecessary images
raphaelhetzel added a commit to raphaelhetzel/wonnx that referenced this pull request Apr 22, 2025
Add: initial slice operator
wip
Update: the implementation of slice operator to move the fixed inputs to attributes
Update: concat operator to set an axis attribute
Update: Concat.wgsl to adapt any axis
WIP: yolox nano sample
Update: the post processing of yolox_ nano sample
Cleanup: the example code for yolox_nano
Cleanup
Update: README.md
Remove: unnecessary images
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