Blame view

src/VPT/snapshot_analysis/HumanParsing.h 317 Bytes
e30d6793   Zou XiKun   v0.0.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #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);