mirror of
https://github.com/bububa/openvision.git
synced 2025-10-20 12:15:17 +08:00
feat(face): add yolov5 face detecter
This commit is contained in:
@@ -8,7 +8,7 @@ public:
|
||||
virtual ~Detecter() {};
|
||||
virtual int Detect(const unsigned char*rgbdata,
|
||||
int img_width, int img_height,
|
||||
std::vector<HandROI>* rois) = 0;
|
||||
std::vector<ov::ObjectInfo>& rois) = 0;
|
||||
};
|
||||
|
||||
class DetecterFactory {
|
||||
|
Reference in New Issue
Block a user