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

[Bug]Support YOLOv8-cls #952

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

wjj19950828
Copy link
Collaborator

@wjj19950828 wjj19950828 commented Mar 14, 2023

Create A Good Pull Request

下面的文字请保留在PR说明的最后面,并在提完PR后,根据实际情况勾选确认以下情况

Please check the follow step before merging this pull request

  • Python code style verification
  • Review all the code diff by yourself
  • All models(TensorFLow/Caffe/ONNX/PyTorch) testing passed
  • Details about your pull request, releated issues

If this PR add new model support, please update model_zoo.md and add model to out test model zoos(@wjj19950828)

  • New Model Supported
  • No New Model Supported

Do follow contribution

@glenn-jocher
Copy link

@wjj19950828 thank you for working on this! Let me know if you need any help from the YOLOv8 team.

@glenn-jocher
Copy link

@wjj19950828 hi there! Could you provide a status on this?

I'd really like to enable Paddle export for YOLOv8. It's one of the only export format that's causing errors for us still:
https://github.com/ultralytics/ultralytics/actions/runs/4537845907/jobs/7996127140

Screenshot 2023-03-28 at 17 29 01

@jiangjiajun jiangjiajun merged commit 685c8ce into PaddlePaddle:develop Mar 31, 2023
@wjj19950828
Copy link
Collaborator Author

@glenn-jocher hi~Sorry for the late reply, currently X2Paddle has released version 1.4.1, and verified that YOLOv8 cls/det/seg are all supported, thanks for the feedback~

The following commands are all supported

yolo export model=yolov8n.pt format=paddle
yolo export model=yolov8n-cls.pt format=paddle
yolo export model=yolov8n-seg.pt format=paddle

Looking forward to more cooperation~

@glenn-jocher
Copy link

@wjj19950828 it's great to hear that X2Paddle has released version 1.4.1 and supports YOLOv8 export to the various cls/det/seg tasks! Thank you for the bug fix, I will update our code to allow X2Paddle export to all these formats now :)

@glenn-jocher
Copy link

@wjj19950828 I confirm it works now!

Screenshot 2023-03-31 at 13 49 42

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.

None yet

3 participants