HumanCarAnalysis.h
319 Bytes
#include "include.h"
#include "human_car_parsing.h"
class HumanCarAnalysis
{
public:
HumanCarAnalysis(/* args */);
~HumanCarAnalysis();
int init(int devId);
int detect(vector<sy_img> vec_img);
private:
int release();
private:
void* m_handle{nullptr};
aclrtContext ctx{nullptr};
};