85cc8cb9
Hu Chunming
ๅ็ไปฃ็
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* @Author: yangzilong
* @Date: 2021-12-02 17:46:48
* @Last Modified by: yangzilong
* @Last Modified time: Do not edit
* @Email: yangzilong@objecteye.com
* @Description:
*/
#pragma once
#ifdef WITH_SECOND_PROCESS
#include "./fight_fall_cls.hpp"
#include "./takeaway_member_cls.hpp"
#include "./human_gather_statistics.h"
#endif
#include "./include.h"
#include "./face_det_ai_engine.h"
#include "./VPTProcess.h"
|