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_datasetargument to include an optional "val" value, allowing for more flexible dataset uploads.🎯 Purpose & Impact