Skip to content

Conversation

@rainyfly
Copy link
Collaborator

PR types(PR类型)

Other

Description

  1. add a interface: fd.get_model_list
def get_model_list(category: str=None):
    '''
    Get all pre-trained models information supported by fd.download_model.
    Args:
        category(str): model category, if None, list all models in all categories.
    Returns:
        results(dict): a dictionary, key is category, value is a list which contains models information.
    '''
  1. delete temp archive file when download pretrained model with paddle format

@jiangjiajun jiangjiajun merged commit 42f2e8d into PaddlePaddle:develop Jan 3, 2023
DefTruth added a commit to DefTruth/FastDeploy that referenced this pull request Jan 3, 2023
* [Backend] Update paddle inference version (PaddlePaddle#990)

2.4-dev3 -> 2.4-dev4

* Add uie benchmark

* fix trt dy shape

* update uie benchmark

* Update uie benchmark output

* Fix cpu_num_thread->cpu_num_threads

* Update backend name

* [Model] Update PPSeg Preprocess (PaddlePaddle#1007)

* 更新PPSeg pybind and python

* 更新PPSeg pybind and python

* [Model] Update PPDet Preprocess (PaddlePaddle#1006)

* 更新导航文档

* 更新导航文档

* 更新导航文档

* 更新导航文档

* 更新PPDet PreProcess

* 更新PPDet PreProcess

* 更新PPDet pybind and python

* 更新

* 更新ppdet

* [Other]Update Paddle Lite for RV1126  (PaddlePaddle#1013)

update lite link

* [Other] Remove TRT static libs in package (PaddlePaddle#1011)

* remove duplicated and useless libs

* use os system to run ldd

* remove filter libs by ldd

* [Serving]update ocr model.py from np.object to np.object_ (PaddlePaddle#1017)

* [Serving]update ocr model.py from np.object to np.object_

* Update model.py

* [Bug Fix] Fix build with Paddle Inference on Jetson (PaddlePaddle#1019)

Fix build with Paddle Inference on Jetson

* Update README.md

* [Serving]update np.object to np.object_  (PaddlePaddle#1021)

np.object to np.object_

* Update README.md

* fresh doc version release/1.0.2 (PaddlePaddle#1023)

fresh doc version

* [Other] Add a interface to get all pretrained models available from hub model server (PaddlePaddle#1022)

add get model list

* [Doc]Revise one wording (PaddlePaddle#1028)

* 第一次提交

* 补充一处漏翻译

* deleted:    docs/en/quantize.md

* Update one translation

* Update en version

* Update one translation in code

* Standardize one writing

* Standardize one writing

* Update some en version

* Fix a grammer problem

* Update en version for api/vision result

* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop

* Checkout the link in README in vision_results/ to the en documents

* Modify a title

* Add link to serving/docs/

* Finish translation of demo.md

* Update english version of serving/docs/

* Update title of readme

* Update some links

* Modify a title

* Update some links

* Update en version of java android README

* Modify some titles

* Modify some titles

* Modify some titles

* modify article to document

* [Model] add style transfer model (PaddlePaddle#922)

* add style transfer model

* add examples for generation model

* add unit test

* add speed comparison

* add speed comparison

* add variable for constant

* add preprocessor and postprocessor

* add preprocessor and postprocessor

* fix

* fix according to review

Co-authored-by: DefTruth <[email protected]>

Co-authored-by: Jack Zhou <[email protected]>
Co-authored-by: Zheng-Bicheng <[email protected]>
Co-authored-by: yeliang2258 <[email protected]>
Co-authored-by: Wang Xinyu <[email protected]>
Co-authored-by: heliqi <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: leiqing <[email protected]>
Co-authored-by: Zeref996 <[email protected]>
Co-authored-by: chenjian <[email protected]>
Co-authored-by: charl-u <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants