I was trying to do people detection and was experimenting on the models. attached in this repository and one with ultralytics-rtdetr
This are my observation
Ultralytics model perform much better in people detection vs the heaviest model(resent 101..). it misses multiple but ultralytics based model was able to detect majority of the people with high accuracy.
Problem with Ultralytics model i found was it was giving duplicate rectangle which I understand is a solved problem in RT-DETR.
--
any info on why this discrepancies are there ? have below questions :
are ultralytics one and one here are the same model or they are trained differently
is there any equivalent configuration for ultralytics model here that can be used for training ?
May be its a question belongs to ultralytics forum, why ultralytics baed model gives duplicated nested boxes which should not be happening with RT-DETR ?
I was trying to do people detection and was experimenting on the models. attached in this repository and one with ultralytics-rtdetr
This are my observation
-- any info on why this discrepancies are there ? have below questions :