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

Add PaddlePaddle export and inference #9240

Merged
merged 38 commits into from
Sep 10, 2022
Merged

Add PaddlePaddle export and inference #9240

merged 38 commits into from
Sep 10, 2022

Commits on Sep 1, 2022

  1. Add PaddlePaddle Model Export

    Test on Yolov5 DockerEnviroment with paddlepaddle-gpu v2.2
    
    Signed-off-by: Katteria <39751846+kisaragychihaya@users.noreply.github.com>
    kisaragychihaya committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b740d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9bbf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Cleanup Paddle Export

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a82cf77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b02870 View commit details
    Browse the repository at this point in the history
  3. Update common.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    5be74f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb3fa0 View commit details
    Browse the repository at this point in the history
  5. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dce0b6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bad1b3a View commit details
    Browse the repository at this point in the history
  7. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dd72df3 View commit details
    Browse the repository at this point in the history
  8. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    4b93588 View commit details
    Browse the repository at this point in the history
  9. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    83c76cd View commit details
    Browse the repository at this point in the history
  10. Use PyTorch2Paddle

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    9246755 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b994cd View commit details
    Browse the repository at this point in the history
  12. Paddle no longer requires ONNX

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    953d587 View commit details
    Browse the repository at this point in the history
  13. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a776476 View commit details
    Browse the repository at this point in the history
  14. Update export.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    59973ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f462079 View commit details
    Browse the repository at this point in the history
  16. Update benchmarks.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    19a39e0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    102463e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    6a2056e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f1fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d5571 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Add inference code of PaddlePaddle

    Signed-off-by: Katteria <39751846+kisaragychihaya@users.noreply.github.com>
    kisaragychihaya committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8aae460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc094f9 View commit details
    Browse the repository at this point in the history
  3. Update common.py

    Signed-off-by: Katteria <39751846+kisaragychihaya@users.noreply.github.com>
    kisaragychihaya committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    190291d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f6694 View commit details
    Browse the repository at this point in the history
  5. Update common.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    005cf01 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Add paddlepaddle-gpu install if cuda

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9861170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4f26f View commit details
    Browse the repository at this point in the history
  3. Update common.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7b424e6 View commit details
    Browse the repository at this point in the history
  4. Update common.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    452f5c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb4b04d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    209f645 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    fa0999d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    afa0d93 View commit details
    Browse the repository at this point in the history
  2. Update common.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2ce58c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea5bd98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7004d95 View commit details
    Browse the repository at this point in the history