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 yolo v8 #71

Merged
merged 28 commits into from
Sep 18, 2023
Merged

Add yolo v8 #71

merged 28 commits into from
Sep 18, 2023

Commits on May 26, 2023

  1. Add YoloV8

    Wovchena committed May 26, 2023
    Configuration menu
    Copy the full SHA
    65ac282 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Test all

    Wovchena committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2be4ac6 View commit details
    Browse the repository at this point in the history
  2. Test all

    Wovchena committed May 29, 2023
    Configuration menu
    Copy the full SHA
    48e2a1e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. tmp

    Wovchena committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b9b72ab View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. imname->impath

    Wovchena committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    acd0e69 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    69d271e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e62c8a View commit details
    Browse the repository at this point in the history
  3. Install ultralytics

    Wovchena committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ea3111b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8f5377e View commit details
    Browse the repository at this point in the history
  2. black

    Wovchena committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4caf773 View commit details
    Browse the repository at this point in the history
  3. isort

    Wovchena committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    74378d0 View commit details
    Browse the repository at this point in the history
  4. Fix types

    Wovchena committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    564a2bf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. minor

    Wovchena committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e90f3b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Fix detector

    Wovchena committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3e3a6a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. validate

    Wovchena committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b1ae86e View commit details
    Browse the repository at this point in the history
  2. Fix detector

    Wovchena committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e5fdfd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Don't print \n

    Wovchena committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cfa2ee8 View commit details
    Browse the repository at this point in the history
  2. Sort members

    Wovchena committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4e248db View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update test

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    10c8cf8 View commit details
    Browse the repository at this point in the history
  2. remove classifier

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c0a9340 View commit details
    Browse the repository at this point in the history
  3. Handle /0.0

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    eecbd1d View commit details
    Browse the repository at this point in the history
  4. Revert -d data

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    27eba5c View commit details
    Browse the repository at this point in the history
  5. Fix test

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    444f47a View commit details
    Browse the repository at this point in the history
  6. rm data

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0a9e40f View commit details
    Browse the repository at this point in the history
  7. Path

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0d69f34 View commit details
    Browse the repository at this point in the history
  8. Invert agnostic_nms

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3d2b227 View commit details
    Browse the repository at this point in the history
  9. black

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dbe30a4 View commit details
    Browse the repository at this point in the history
  10. DATA=data

    Wovchena committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    649421c View commit details
    Browse the repository at this point in the history