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

@@ -17,7 +17,7 @@ from .fastdeploy_main import Frontend, Backend, FDDataType, TensorInfo, RuntimeO
from .fastdeploy_runtime import *
from . import fastdeploy_main as C
from . import vision
from .download import download
from .download import download, download_and_decompress
def TensorInfoStr(tensor_info):