-
Notifications
You must be signed in to change notification settings - Fork 60
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
yolov8n Instance segmentation tutorial #1084
yolov8n Instance segmentation tutorial #1084
Conversation
tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_seg_for_imx500.ipynb
Outdated
Show resolved
Hide resolved
tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_seg_for_imx500.ipynb
Outdated
Show resolved
Hide resolved
All relevant changes should be added |
tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb
Show resolved
Hide resolved
return y_bb, y_cls, mc, p | ||
|
||
|
||
class ModelPyTorch(nn.Module, PyTorchModelHubMixin): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if the renaming of the module will now work with the detection model.. we need to check
broken link due to pre-emptive link. Broken link: https://github.com/sony/model_optimization/blob/main/tutorials/notebooks/pytorch/ptq/pytorch_yolov8n_seg_for_imx500.ipynb in /home/runner/work/model_optimization/model_optimization/tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_seg_for_imx500.ipynb |
Pull Request Description:
Notebook utilities required for instance segmentation quantisation tutorial.
Checklist before requesting a review: