Blame view

src/ai_engine_module/ai_engine_header.h 561 Bytes
6fdcb6a5   Hu Chunming   初次提交,代码大体完成编写,完善中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  /*
   * @Author: yangzilong
   * @Date: 2021-12-01 15:14:02
   * @Last Modified by: yangzilong
   * @Last Modified time: Do not edit
   * @Email: yangzilong@objecteye.com
   * @Description:
   */
  
  #pragma once
  
  #include <cmath>
  #include <type_traits>
  #include <string>
  #include "../ai_platform/det_obj_header.h"
  #include "../util/vpc_util.h"
  #include "../ai_platform/common_header.h"
  #include "../ai_platform/macro_definition.h"
  #include "../common/logger.hpp"
  #include "../common/sy_errorinfo.h"
  #include "../common/sy_common.h"
  #include "../decoder/dvpp/DvppDataMemory.hpp"