-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
W&B: refactor W&B tables #5737
W&B: refactor W&B tables #5737
Conversation
for more information, see https://pre-commit.ci
@AyushExel thanks for the PR! Please fix pre-commit errors here: |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@glenn-jocher I've updated the README.md in wandb folder with a section on how to enable/disable. I've also made some updates to reflect the current updates. |
@AyushExel great! Can you provide the links of exactly what to copy to what? Thanks! |
@glenn-jocher after merging this PR, copy the contents from this wand Readme.md to the yolov5 tutorial issue |
@AyushExel got it! PR is merged and https://github.com/ultralytics/yolov5/issues/1289 is updated. Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐ |
* update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * reformat * Single-line argparser argument * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <[email protected]>
This PR:
Before:
After:
users can now sort/filter using any class, which enables inspecting on which classes models performs best/worst
TODO:
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Enhancements to Weights & Biases logging in YOLOv5 training script.
📊 Key Changes
--upload_dataset
argument to include an optional "val" value, allowing for more flexible dataset uploads.🎯 Purpose & Impact