Does anybody know or have YOLOv6 or above for head detection to use on OAK cameras?

I trained YOLOv6s with more than 1.5K images but it's working slowly and detection is awful. Also when I converted it to blob it didn't have anchors and anchor_smasks does it affect performance?

    Hi Fakhrullo
    Anchors and anchor masks will make the detection results inaccurate, but shouldn't affect performance too much. What size input are you using? How large is the model size (MB)? Have you tried models from https://universe.roboflow.com/?

    Thanks,
    Jaka