ultralytics / ultralytics

NEW - YOLOv8 πŸš€ in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
24.45k stars 4.86k forks source link

New dataset: human8 #12738

Closed ambitious-octopus closed 2 days ago

ambitious-octopus commented 2 weeks ago

New HUMAN8 dataset, which includes 8 instances from coco2017 annotated with weight, height, age, gender and race attributes.

I haven't worked on a documentation page. Since it's a new task, I ask @Burhan-Q for guidance? Currently, the dataset section of the documentation includes the following categories: Detection, Segmentation, Pose, Classification, Oriented Bounding Boxes, and Multi-Object Tracking. Should we consider adding a new section?

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Introducing the new HUMAN8 dataset configuration for YOLO model training!

πŸ“Š Key Changes

🎯 Purpose & Impact

github-actions[bot] commented 2 weeks ago

All Contributors have signed the CLA. βœ…
Posted by the CLA Assistant Lite bot.

ambitious-octopus commented 2 weeks ago

I have read the CLA Document and I sign the CLA

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 37.21%. Comparing base (71182c3) to head (cffaee4).

:exclamation: Current head cffaee4 differs from pull request most recent head 601a99c

Please upload reports for the commit 601a99c to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## human #12738 +/- ## ========================================== + Coverage 36.97% 37.21% +0.23% ========================================== Files 128 124 -4 Lines 16049 15686 -363 ========================================== - Hits 5934 5837 -97 + Misses 10115 9849 -266 ``` | [Flag](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12738/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | Coverage Ξ” | | |---|---|---| | [GPU](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12738/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `37.21% <ΓΈ> (+0.23%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Burhan-Q commented 2 weeks ago

@ambitious-octopus AFAIK this will be a new task, so it would require an update to the tasks page as well as a new section on the datasets page. For now, I think that it's probably more important (and easier) to work on the new task page. The new dataset page will be something we'll have to figure out, but I'm guessing it'll look very similar to the COCO8 dataset page.

glenn-jocher commented 2 weeks ago

Does HUMAN stand for Human Universal Metrics and Analytics Network? haha

Burhan-Q commented 2 weeks ago

@glenn-jocher I think it has to now πŸ˜‚

glenn-jocher commented 2 weeks ago

@ambitious-octopus the zip contents are not correct, both README and LICENSE are out of date or incorrect, i.e. license should be AGPL instead of GPL and README is out of date, you can use coco8 here as an example: See https://github.com/ultralytics/yolov5/releases/download/v1.0/coco8.zip

Dataset zips are all currently uploaded to yolov5 v1.0 release assets, we should continue this simply for consistency.

glenn-jocher commented 5 days ago

TODO: Docs page

ambitious-octopus commented 3 days ago

docs image image

glenn-jocher commented 2 days ago

@ambitious-octopus merged into Human PR!!