85cc8cb9
Hu Chunming
ๅ็ไปฃ็
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* @Author: yangzilong
* @Date: 2021-11-25 11:50:47
* @Last Modified by: yangzilong
* @Email: yangzilong@objecteye.com
* @Description:
*/
#pragma once
#include "../ai_platform/stl_aiplatform_header.h"
#include "../reprocessing_module/CropImg.h"
#include "../ai_platform/task_param_manager.h"
#include "./common.h"
#include "mvpt_process_assist.h"
#include "../helpers/cuda_helper.h"
#include "../helpers/logger.hpp"
|