jahongir7174 / YOLOv8-human

YOLOv8 re-implementation for human detection using PyTorch
GNU Affero General Public License v3.0
88 stars 13 forks source link

Are you planning to provide Yolov8 models trained on Crowhuman? #2

Open mikel-brostrom opened 1 year ago

jahongir7174 commented 1 year ago

Hello, The current code is designed for single-class person detection. If I have free resources, I will upload the weights later

jahongir7174 commented 1 year ago

@mikel-brostrom please check the latest code, trained the v8-n on the CrowdHuman dataset, see the readme

mikel-brostrom commented 1 year ago

Great @jahongir7174! Are you planning to train s, m, l, x as well? :smile_cat:

jahongir7174 commented 1 year ago

@mikel-brostrom I think I am not able to train bigger models because of hardware issues.

mikel-brostrom commented 1 year ago

Alright :smile:. Thanks for letting me know. Is this model trained on visible body only (or head as well) are what was the training setup?

jahongir7174 commented 1 year ago

@mikel-brostrom The model is trained on fbox annotation and the setup is the same as original

mikel-brostrom commented 1 year ago

Alright, so visible full body. Thanks again :smile: