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 YOLOX object detection #24

Merged
merged 22 commits into from
Apr 25, 2024
Merged

Add YOLOX object detection #24

merged 22 commits into from
Apr 25, 2024

Commits on Mar 7, 2024

  1. Add yolox base models

    laggui committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    50b2b02 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix 2d grid for anchors

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5d60738 View commit details
    Browse the repository at this point in the history
  2. Change sample image

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    49ac306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8851c View commit details
    Browse the repository at this point in the history
  4. Cleanup

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6d341bd View commit details
    Browse the repository at this point in the history
  5. Fix 2d grid repeat with dim=1

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b26e6b2 View commit details
    Browse the repository at this point in the history
  6. Default to ndarray backend

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    86d49f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa067df View commit details
    Browse the repository at this point in the history
  8. Remove dead comment

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    47708a9 View commit details
    Browse the repository at this point in the history
  9. Use tensor.dims()

    laggui committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3b92420 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Use the new tensor.permute()

    laggui committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5637aaf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix comments

    - Pre-trained weights are from COCO (README)
    - Remove training outputs TODO
    - Current example uses YOLOX-Tiny (Nano WIP)
    laggui committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8daecb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    1cb8f5c View commit details
    Browse the repository at this point in the history
  2. Remove dead code comment

    laggui committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7bff1e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9b5e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add YOLOX to models README

    laggui committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c0dc023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1033639 View commit details
    Browse the repository at this point in the history
  3. Rephrase enum variants doc

    laggui committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6b8f51b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 15, 2024

  1. Upgrade to Burn 0.13.0

    - Removed init_with methods
    - Fixed empty MaxPool2d vec initialization
    laggui committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5e793df View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge branch 'main' into yolox

    laggui committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e3d35e8 View commit details
    Browse the repository at this point in the history
  2. Update image version

    laggui committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    752aa8c View commit details
    Browse the repository at this point in the history