HumanCarParsing.h
332 Bytes
#pragma once
#include "human_car_parsing.h"
#include <iostream>
#include "utools.h"
#include <vector>
using namespace std;
int HumanCarParsing_Init(void *&handle, int gpuid);
int HumanCarParsing_Process(void * handle, sy_img * batch_img,int batchsize, hcp_analysis_result *&result);
int HumanCarParsing_Release(void *& handle);