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

[Model] Refactor YOLOv7 module #611

Merged
merged 78 commits into from
Nov 18, 2022

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    018b902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a4666 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    0000234 View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    wjj19950828 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f5c1f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. update benchmark

    wjj19950828 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    20ddf39 View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    wjj19950828 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f212502 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    9a4797e View commit details
    Browse the repository at this point in the history
  2. update result doc

    wjj19950828 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2ce4005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565e373 View commit details
    Browse the repository at this point in the history
  4. fixed for CI

    wjj19950828 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    36889ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c523ae2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. update python api_docs

    wjj19950828 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f32a09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335712e View commit details
    Browse the repository at this point in the history
  3. update index.rst

    wjj19950828 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7fa4dea View commit details
    Browse the repository at this point in the history
  4. add runtime cpp examples

    wjj19950828 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4389060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aa7b96 View commit details
    Browse the repository at this point in the history
  6. deal with comments

    wjj19950828 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    84d564f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6f4e63 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. resolve conflict

    wjj19950828 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    050e6ae View commit details
    Browse the repository at this point in the history
  2. Add runtime quick start

    wjj19950828 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1952c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fada61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff0b121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f6a5e View commit details
    Browse the repository at this point in the history
  6. deal with comments

    wjj19950828 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d495b8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    731b822 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7d89ef View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    568d5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e10a8 View commit details
    Browse the repository at this point in the history
  3. fixed docs

    wjj19950828 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c5c741d View commit details
    Browse the repository at this point in the history
  4. fixed headpose typo

    wjj19950828 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d4ebde0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4bc615 View commit details
    Browse the repository at this point in the history
  6. fixed typo

    wjj19950828 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6f653da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72477e1 View commit details
    Browse the repository at this point in the history
  8. refactor yolov5

    wjj19950828 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    005897c View commit details
    Browse the repository at this point in the history
  9. update model infer

    wjj19950828 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0509089 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    0e8c38c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febb2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    177995c View commit details
    Browse the repository at this point in the history
  4. rm origin yolov5

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    92dc352 View commit details
    Browse the repository at this point in the history
  5. fixed bugs

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    983301b View commit details
    Browse the repository at this point in the history
  6. rm cuda preprocess

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    27113e3 View commit details
    Browse the repository at this point in the history
  7. fixed bugs

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f7d9d20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    448806a View commit details
    Browse the repository at this point in the history
  9. fixed bugs

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d2629e7 View commit details
    Browse the repository at this point in the history
  10. fixed bug

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0a5611b View commit details
    Browse the repository at this point in the history
  11. fixed bug

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5706ff6 View commit details
    Browse the repository at this point in the history
  12. fix pybind

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5817564 View commit details
    Browse the repository at this point in the history
  13. rm useless code

    wjj19950828 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3e94507 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. add convert_and_permute

    wjj19950828 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b97542f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632dd87 View commit details
    Browse the repository at this point in the history
  3. fixed bugs

    wjj19950828 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    d83fd12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    302ca01 View commit details
    Browse the repository at this point in the history
  5. fixed bug

    wjj19950828 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    4b9cc78 View commit details
    Browse the repository at this point in the history
  6. add bs_predict for yolov5

    wjj19950828 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    c72cafa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. resolve conflict

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    26a1281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3b4a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b719a View commit details
    Browse the repository at this point in the history
  4. deal with comments

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    386b908 View commit details
    Browse the repository at this point in the history
  5. fixed bug

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    810d7cd View commit details
    Browse the repository at this point in the history
  6. update testcase

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b200232 View commit details
    Browse the repository at this point in the history
  7. fixed batch eval bug

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    97085a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb111e1 View commit details
    Browse the repository at this point in the history
  9. fixed preprocess bug

    wjj19950828 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ac9b1a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    feec5e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    22feb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31682cf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. refactor yolov7

    wjj19950828 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    aa06dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4129408 View commit details
    Browse the repository at this point in the history
  3. add yolov7 testcase

    wjj19950828 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9c5f766 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    e39d60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9204e78 View commit details
    Browse the repository at this point in the history
  3. fixed bug

    wjj19950828 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bb1b8fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d4117a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae21139 View commit details
    Browse the repository at this point in the history
  6. set multi_label true

    wjj19950828 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5f7b935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5746cc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fabf86 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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