Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from latest develop #28

Merged
merged 21 commits into from
Jan 3, 2023

Commits on Dec 29, 2022

  1. [Backend] Update paddle inference version (#990)

    2.4-dev3 -> 2.4-dev4
    joey12300 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9795a52 View commit details
    Browse the repository at this point in the history
  2. Add uie benchmark

    joey12300 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3017ec4 View commit details
    Browse the repository at this point in the history
  3. fix trt dy shape

    joey12300 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    2ac94e9 View commit details
    Browse the repository at this point in the history
  4. update uie benchmark

    joey12300 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4f7233c View commit details
    Browse the repository at this point in the history
  5. Update uie benchmark output

    joey12300 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    51e346e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34aebb1 View commit details
    Browse the repository at this point in the history
  7. Update backend name

    joey12300 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    cefdadf View commit details
    Browse the repository at this point in the history
  8. [Model] Update PPSeg Preprocess (#1007)

    * 更新PPSeg pybind and python
    
    * 更新PPSeg pybind and python
    Zheng-Bicheng authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    dd5759b View commit details
    Browse the repository at this point in the history
  9. [Model] Update PPDet Preprocess (#1006)

    * 更新导航文档
    
    * 更新导航文档
    
    * 更新导航文档
    
    * 更新导航文档
    
    * 更新PPDet PreProcess
    
    * 更新PPDet PreProcess
    
    * 更新PPDet pybind and python
    
    * 更新
    
    * 更新ppdet
    Zheng-Bicheng authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d275c3b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #493 from joey12300/add_uie_benchmark

    [Benchmark] Add uie benchmark
    joey12300 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    a10e6f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. [Other]Update Paddle Lite for RV1126 (#1013)

    update lite link
    yeliang2258 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    0c09989 View commit details
    Browse the repository at this point in the history
  2. [Other] Remove TRT static libs in package (#1011)

    * remove duplicated and useless libs
    
    * use os system to run ldd
    
    * remove filter libs by ldd
    wang-xinyu authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f23c6c0 View commit details
    Browse the repository at this point in the history
  3. [Serving]update ocr model.py from np.object to np.object_ (#1017)

    * [Serving]update ocr model.py from np.object to np.object_
    
    * Update model.py
    heliqi authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    01b6785 View commit details
    Browse the repository at this point in the history
  4. [Bug Fix] Fix build with Paddle Inference on Jetson (#1019)

    Fix build with Paddle Inference on Jetson
    jiangjiajun authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f038268 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    leiqing1 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    665f2e5 View commit details
    Browse the repository at this point in the history
  6. [Serving]update np.object to np.object_ (#1021)

    np.object to np.object_
    heliqi authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6310ddc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Update README.md

    leiqing1 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c41e71b View commit details
    Browse the repository at this point in the history
  2. fresh doc version release/1.0.2 (#1023)

    fresh doc version
    Zeref996 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    971cc05 View commit details
    Browse the repository at this point in the history
  3. [Other] Add a interface to get all pretrained models available from h…

    …ub model server (#1022)
    
    add get model list
    rainyfly authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    42f2e8d View commit details
    Browse the repository at this point in the history
  4. [Doc]Revise one wording (#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
    charl-u authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f72846c View commit details
    Browse the repository at this point in the history
  5. [Model] add style transfer model (#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 <31974251+DefTruth@users.noreply.github.com>
    rainyfly and DefTruth authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    87bcb5d View commit details
    Browse the repository at this point in the history