Which is the most adavance pytorch model for object detection implemented in pytorch

Hi all,

I need to deploy a CV model for object detection and I am not clear which models among the available is the “best performing”. in the HUB I can rank models base on the github stars but I am not sure this is a sufficient criteria (I guess older models have more starts).
Which model should I use? and moving forward where can I check which model has the best performance and stay updated?

I Think you can see at Mask R CNN I heard many people use the Mask RCNN for the objet detection in industry.

This is my view and it can be wrong,

Take a look at Yolov5. It is pretty well established and it does have active contributions (you can see that from last commit date).