mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
Fix some compile problem in Linux (#41)
* Add custom operator for onnxruntime ans fix paddle backend * Polish cmake files and runtime apis * Remove copy libraries * fix some issue * fix bug * fix bug * Support remove multiclass_nms to enable paddledetection run tensorrt * Support remove multiclass_nms to enable paddledetection run tensorrt * Support remove multiclass_nms to enable paddledetection run tensorrt * Support remove multiclass_nms to enable paddledetection run tensorrt * add common operator multiclassnms * fix compile problem * fix some compile problem in linux * remove debug log Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com>
This commit is contained in:
@@ -19,7 +19,7 @@ from . import fastdeploy_main as C
|
||||
class FastDeployModel:
|
||||
def __init__(self, option):
|
||||
self._model = None
|
||||
self._runtime_option = option
|
||||
self._runtime_option = option._option
|
||||
if self._runtime_option is None:
|
||||
self._runtime_option = C.RuntimeOption()
|
||||
|
||||
|
Reference in New Issue
Block a user