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