HumanParsing.h
317 Bytes
#include "human_parsing.h"
#pragma once
#include <iostream>
#include "utools.h"
#include <vector>
using namespace std;
int HumanParsing_Init(void *&handle, int gpuid);
int HumanParsing_Process(void * handle, sy_img * batch_img, int batchsize, hp_analysis_res*& result);
int HumanParsing_Release(void *& handle);