mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
Integrate FalconCV to boost image processing (#332)
* Rename GetCpuMat to GetOpenCVMat * refine code structure
This commit is contained in:
@@ -35,7 +35,8 @@ struct FDInferDeleter {
|
||||
template <typename T>
|
||||
void operator()(T* obj) const {
|
||||
if (obj) {
|
||||
obj->destroy();
|
||||
delete obj;
|
||||
// obj->destroy();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user