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

@@ -156,7 +156,7 @@ def decompress(fname):
def url2dir(url, path, rename=None):
full_name = download(url, path, rename, show_progress=True)
print("SDK is donwloaded, now extracting...")
print("File is donwloaded, now extracting...")
if url.count(".tgz") > 0 or url.count(".tar") > 0 or url.count("zip") > 0:
return decompress(full_name)