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

YOLOv7 #13368

Closed
1 of 2 tasks
ZeeRizvee opened this issue Jun 4, 2024 · 2 comments
Closed
1 of 2 tasks

YOLOv7 #13368

ZeeRizvee opened this issue Jun 4, 2024 · 2 comments
Labels
enhancement New feature or request Stale Stale and schedule for closing soon

Comments

@ZeeRizvee
Copy link

Search before asking

  • I have searched the YOLOv8 issues and found no similar feature requests.

Description

Hi. I am working on a research article in which I will compare the performance of different versions of YOLO on the dataset. I understand that Ultralytics does not currently support YOLOv7. Are there any plans to integrate it into the Ultralytics package? If not, can you suggest a workaround to train separately using the YOLOv7 official repository and then integrate the results on the same graphs being plotted using the Ultralytics package? Thank you!

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@ZeeRizvee ZeeRizvee added the enhancement New feature or request label Jun 4, 2024
@glenn-jocher
Copy link
Member

Hello!

Thank you for reaching out with your query. As of now, Ultralytics does not have plans to integrate YOLOv7 into our suite of models. However, you can certainly use the YOLOv7 official repository for your research.

For integrating the results into the same graphs as those generated by the Ultralytics package, I recommend exporting the YOLOv7 detection results to a common format like CSV or JSON. You can then use Python libraries such as Matplotlib or Seaborn to plot these results alongside those generated by Ultralytics models for comparison.

If you have any more questions or need further assistance, feel free to ask. Good luck with your research article!

Copy link

github-actions bot commented Jul 6, 2024

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

@github-actions github-actions bot added the Stale Stale and schedule for closing soon label Jul 6, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale Stale and schedule for closing soon
Projects
None yet
Development

No branches or pull requests

2 participants