mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Add PaddleDetetion/PPYOLOE model support (#22)
* add ppdet/ppyoloe * Add demo code and documents
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user