Skip to content
Discussion options

You must be logged in to vote

Looks like you've already figured it out 😄

We don't have any official training code for the YOLOX implementation, so it would require a training implementation. Or, more simply for now, just use python if that works.

The trained pytorch model can be imported via any of the Yolox::yolox_*_pretrained methods which call load_weights. You only need burn and burn-store with the features outline here to import the weights.

Once you have loaded the weights with your Burn module, you can save it in a native format (e.g., mpk) and remove any of the import-only features.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Raj2032
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants