12 ms·
YOLOA model has knowledge for dozens of objects. At every frame it is computing lots of parameters not related to your case. This is very wasteful and the main
by sadhorse 2y ago
YOLOA model has knowledge for dozens of objects. At every frame it is computing lots of parameters not related to your case. This is very wasteful and the main reason you can't achieve your performance goals.
- atoav 2y agoI figured so much, any idea of models that are just person detecting?
- nasir 2y agoSo I guess what I saw is to use a big model to do annotation and develop a specialised smaller model.
- ekabod 2y agoYou can train a YOLO model from scratch.
- atoav 2y agoAlready checked that and have some data for it, just hoped getting people positions is such a typical usecase someone would have done a better model than I could here