Add PaddleDetetion/PPYOLOE model support (#22)

* add ppdet/ppyoloe

* Add demo code and documents
This commit is contained in:
Jason
2022-07-19 13:40:16 +08:00
committed by GitHub
parent f8c3906c51
commit 6ae7a16c36
22 changed files with 645 additions and 16 deletions

View File

@@ -64,6 +64,10 @@ class FASTDEPLOY_DECL FDLogger {
bool verbose_ = true;
};
#ifndef __REL_FILE__
#define __REL_FILE__ __FILE__
#endif
#define FDERROR \
FDLogger(true, "[ERROR]") \
<< __REL_FILE__ << "(" << __LINE__ << ")::" << __FUNCTION__ << "\t"