Melody-Zhou / tensorRT_Pro-YOLOv8

This repository is based on shouxieai/tensorRT_Pro, with adjustments to support YOLOv8.
MIT License
240 stars 40 forks source link

py推理接口 #10

Open siriuszjsu opened 9 months ago

siriuszjsu commented 9 months ago

这个版本能否像原来一样转换为链接库推出python的推理接口呢? 我完成了对于原仓库中app_python下文件,以及一系列文件的修改,按照原仓库的操作,修改了cmakelist,也确实构建出了so文件,但是安装完后会报错为 Traceback (most recent call last): File "", line 1, in File "****/miniconda3/lib/python3.8/site-packages/pytrt-1.0-py3.8.egg/pytrt/init.py", line 342, in from .libpytrtc import ImportError: SystemError: returned a result with an error set