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

Create Annotator() class #4591

Merged
merged 29 commits into from
Aug 29, 2021
Merged

Create Annotator() class #4591

merged 29 commits into from
Aug 29, 2021

Commits on Aug 28, 2021

  1. Add Annotator() class

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    8dbcbf4 View commit details
    Browse the repository at this point in the history
  2. Download Arial

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    b4e490c View commit details
    Browse the repository at this point in the history
  3. 2x for loop

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4d0ec24 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    90996f1 View commit details
    Browse the repository at this point in the history
  5. tuple 2 list

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    27aa8a0 View commit details
    Browse the repository at this point in the history
  6. max_size=1920

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    8f3fdc0 View commit details
    Browse the repository at this point in the history
  7. bold logging results to

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    7643b7d View commit details
    Browse the repository at this point in the history
  8. tolist()

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    56e003b View commit details
    Browse the repository at this point in the history
  9. im = annotator.im

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4ac39b2 View commit details
    Browse the repository at this point in the history
  10. PIL save in detect.py

    glenn-jocher committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    797fe29 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    aa9ebb5 View commit details
    Browse the repository at this point in the history
  2. revert to cv2.imwrite

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    a82d3f5 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    578a4e3 View commit details
    Browse the repository at this point in the history
  4. Return result asarray

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    e861a55 View commit details
    Browse the repository at this point in the history
  5. Add Profile() profiler

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    f4a8d86 View commit details
    Browse the repository at this point in the history
  6. CamelCase Timeout

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    782c1a6 View commit details
    Browse the repository at this point in the history
  7. Merge add/profile

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    a1a5256 View commit details
    Browse the repository at this point in the history
  8. Resize after mosaic

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    a8eb4fc View commit details
    Browse the repository at this point in the history
  9. pillow>=8.0.0

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    d457867 View commit details
    Browse the repository at this point in the history
  10. Merge master

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    7fb8541 View commit details
    Browse the repository at this point in the history
  11. daemon imwrite

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    b676ec6 View commit details
    Browse the repository at this point in the history
  12. Add cv2 support

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    994d892 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    75dc88f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9733cb View commit details
    Browse the repository at this point in the history
  15. im.shape bug fix

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    42ff73c View commit details
    Browse the repository at this point in the history
  16. colorstr common.py

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    502088d View commit details
    Browse the repository at this point in the history
  17. join daemons

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    753f2b1 View commit details
    Browse the repository at this point in the history
  18. Update t.daemon

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    34c973e View commit details
    Browse the repository at this point in the history
  19. Removed daemon saving

    glenn-jocher committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    f847e15 View commit details
    Browse the repository at this point in the history