YOLO weight

Could anyone kindly share with me the weights of YOLOv8 that have been fine-tuned on human data? I would greatly appreciate it!

@Tr_n_Khanh you can find all the datasets and pretrained models in the documentation. Most of the weights are pretrained on the COCO dataset, but there are other pretrained models as well.

Generally, I would not recommend downloading model weights from untrusted sources, as they can be modified without your knowledge to run arbitrary code. This could mean that weights from a malicious user or source could run on your computer to download a virus or information stealer.