feat(hand): add hand detecter

This commit is contained in:
Syd Xu
2021-10-28 18:53:32 +08:00
parent e528d802ba
commit 92260a6952
79 changed files with 1571 additions and 150 deletions

View File

@@ -3,9 +3,9 @@
#include "../common/common.hpp"
#include <vector>
namespace ov {
namespace ovpose {
class Detecter: Estimator {
class Detecter: public ov::Estimator {
public:
virtual ~Detecter(){};
virtual int ExtractROIs(const unsigned char* rgbadata,