Is it possible to do person detection and object detection within one model? The training data would be images annotated with bounding boxes for objects and people. Because normally object detection and person detection are done separately? Is there any research about models that simultaneously detect both people and objects?
Asked
Active
Viewed 146 times
1
-
By person detection you mean outputting a bounding box for people or face recognition? Thanks @PrimeNumber – Clement Nov 12 '19 at 15:59
-
@ClementHui: bounding box for people. – NebulousReveal Nov 12 '19 at 16:09
-
object detection also can detect persons. People can be a class of object to classify. – Clement Nov 12 '19 at 16:24
-
Hi @PrimeNumber I have added an answer, hope that it can help you. – Clement Nov 12 '19 at 16:28