-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
ultralytics 8.1.39
add YOLO-World training
#9268
Conversation
Signed-off-by: Glenn Jocher <[email protected]>
@Laughing-q hey I looked through this, this is really nice and comprehensive, including added docs and reference section pages. I added a few missing docstrings and updated the val.py class_map (I think it needs to be zero-indexed), but that's the only changes I've made. Are there are sections you're not sure about, or is this ready to merge to main now? |
@glenn-jocher Thanks for reviewing! I updated the class_map to start from index 1 because that's what LVIS data needs when I intended to save json and manually validated mAP by using their API. Then I figured that for user cases they might not really care about whether the index starts from 0 or 1 so I eventually pushed the update. Do you think we should keep the index starting from 0? then probably create a class_map for LVIS just like we did for COCO? EDIT: This reminds me we probably want do the same thing to LVIS evaluation as well, introduce a |
@glenn-jocher rest of the PR I think is all good, but since you were asking, I feel like it's better to hold it for another several hours and let me check if there're any places to improve, since it's a PR adding more than 2000 lines(1200 lines are from lvis.yaml though..). What do you think? |
1c17e33
to
9b2ecaf
Compare
@glenn-jocher ok I've added lvis api support to evaluate the final results just like we did for coco 9b2ecaf. |
ultralytics 8.1.39
add YOLO-World training support
ultralytics 8.1.39
add YOLO-World training supportultralytics 8.1.39
add YOLO-World training
@Laughing-q PR merged!! |
Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
@Laughing-q Hi, can you help me take a look at this issue? #13793 |
Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
Usage:
TODO:
WorldTrainerFromScratch
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Enhancements in LVIS dataset support, model training updates, and technical refinements across the Ultralytics framework.
📊 Key Changes
🎯 Purpose & Impact