yolov7_d2
yolov7_d2 copied to clipboard
not getting proper bounding box for head detection
I tried some custom head dataset ,but model is not giving proper bounding box like its plotting half head,so what will be the problem..
Can you provide more details, please?
What do you mean with "tried some custom head dataset"? You retrained the YoloV7-D2 model with your dataset?
What does it look like, when you say "plotting half head"?
From the repo:
https://camo.githubusercontent.com/e6474c64819243473b8c6964a4d9d4b2a1f56d7c19592c55159278b0aef3088c/68747470733a2f2f7a332e617831782e636f6d2f323032312f30372f32322f5744723556302e706e67
Do you mean something like this, "half head" (because the head is rotated)?
You can try yolox head if you want which might won't have anchor issues on your dataset.