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

YOLOv5 segmentation model support #9052

Merged
merged 344 commits into from
Sep 15, 2022
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    c7756b0 View commit details
    Browse the repository at this point in the history
  2. Fix duplicate plots.py

    glenn-jocher committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    8643c17 View commit details
    Browse the repository at this point in the history
  3. Fix check_font()

    glenn-jocher committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2298fcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b376d View commit details
    Browse the repository at this point in the history
  5. update doc detect->predict

    AyushExel committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    ab00c7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9809de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38d210e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e56df79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28de97b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ab9f3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f71387 View commit details
    Browse the repository at this point in the history
  12. Resolve precommit min_wh

    glenn-jocher committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    fd9ffb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74eabbf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    791a905 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a752e67 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d9394d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a84f47 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8b70e64 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    517e1ec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    33c10b5 View commit details
    Browse the repository at this point in the history
  2. remove easydict dependency

    AyushExel committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    6e4fbeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82735e5 View commit details
    Browse the repository at this point in the history
  4. update

    AyushExel committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    c6f3b6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1327d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    466ab71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7724c71 View commit details
    Browse the repository at this point in the history
  8. update

    AyushExel committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    08735aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7273ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    affb812 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f035ba9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb1614d View commit details
    Browse the repository at this point in the history
  13. cleanup

    AyushExel committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    75f617f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccd05a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba62c62 View commit details
    Browse the repository at this point in the history
  16. Unified NMS

    glenn-jocher committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    55ef06a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ce7378 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eddc9b5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7ebd19d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    261bec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. update plot colors

    Laughing-q committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0095547 View commit details
    Browse the repository at this point in the history
  2. fix bbox shifted

    Laughing-q committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    139640c View commit details
    Browse the repository at this point in the history
  3. sort bbox by confidence

    Laughing-q committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    cabb99d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from Laughing-q/instance_seg

    fix accuracy issue
    AyushExel committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ebc0bcb View commit details
    Browse the repository at this point in the history
  5. enable overlap by default

    AyushExel committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    63daead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    422c7ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28ff5fe View commit details
    Browse the repository at this point in the history
  8. Start segmentation CI

    glenn-jocher committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    8c0eb6d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix plots

    AyushExel committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0c7e7cf View commit details
    Browse the repository at this point in the history
  2. Update ci-testing.yml

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    17a979c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235ea77 View commit details
    Browse the repository at this point in the history
  4. fix training whitespace

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8b8ea38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2c6d09 View commit details
    Browse the repository at this point in the history
  6. Update predict/detect

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d189aab View commit details
    Browse the repository at this point in the history
  7. Update plot_images

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4cf5775 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00a7117 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c94b4d View commit details
    Browse the repository at this point in the history
  10. fix

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    75cbbbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0d1067 View commit details
    Browse the repository at this point in the history
  12. Add train to CI

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    56be6c4 View commit details
    Browse the repository at this point in the history
  13. fix precommit

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f820f32 View commit details
    Browse the repository at this point in the history
  14. fix precommit CI

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5dc63fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6b0c84 View commit details
    Browse the repository at this point in the history
  16. fix val float issues

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    492c891 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a863114 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba46f44 View commit details
    Browse the repository at this point in the history
  19. suppress errors

    glenn-jocher committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bdb79e4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3367da0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e66c15c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    d6979ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034b1a6 View commit details
    Browse the repository at this point in the history
  3. Add CSV Logger

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5035ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26fbf08 View commit details
    Browse the repository at this point in the history
  5. fix val len(plot_masks)

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    be5a244 View commit details
    Browse the repository at this point in the history
  6. speed up evaluation

    Laughing-q committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4fad59c View commit details
    Browse the repository at this point in the history
  7. fix process_mask

    Laughing-q committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ce6d849 View commit details
    Browse the repository at this point in the history
  8. fix plots

    Laughing-q committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    61212a6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from Laughing-q/instance_seg

    speed up evaluation
    AyushExel committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2eb1a71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93f2dfa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8322d79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c00c632 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a96c832 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd277b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c37820f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c73505b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bf9e19a View commit details
    Browse the repository at this point in the history
  18. minor updates

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d276b67 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    854f728 View commit details
    Browse the repository at this point in the history
  20. torch.where revert

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f1a533d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e0e256d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    da11068 View commit details
    Browse the repository at this point in the history
  23. loss cleanup

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    95a9994 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c8c331c View commit details
    Browse the repository at this point in the history
  25. loss cleanup 2

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    868385f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    226c96a View commit details
    Browse the repository at this point in the history
  27. loss cleanup 3

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5b52c94 View commit details
    Browse the repository at this point in the history
  28. update project names

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cf40b17 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dae6549 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5329585 View commit details
    Browse the repository at this point in the history
  31. precommit space fix

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5c93069 View commit details
    Browse the repository at this point in the history
  32. add coco128-seg.yaml

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    156c012 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    92a3ff0 View commit details
    Browse the repository at this point in the history
  34. cleanup val.py

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e2b0702 View commit details
    Browse the repository at this point in the history
  35. Major val.py cleanup

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c4e84f1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4710a40 View commit details
    Browse the repository at this point in the history
  37. precommit fix

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    744058e View commit details
    Browse the repository at this point in the history
  38. Merge remote-tracking branch 'origin/instance_seg' into instance_seg

    # Conflicts:
    #	segment/val.py
    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6be9f54 View commit details
    Browse the repository at this point in the history
  39. precommit fix

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    858db34 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1a00dda View commit details
    Browse the repository at this point in the history
  41. optional pycocotools

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6820f84 View commit details
    Browse the repository at this point in the history
  42. Merge remote-tracking branch 'origin/instance_seg' into instance_seg

    # Conflicts:
    #	segment/val.py
    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8d81d13 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    114485b View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d4e0417 View commit details
    Browse the repository at this point in the history
  45. seg yaml fix

    glenn-jocher committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0acd727 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    2c9719d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a1860 View commit details
    Browse the repository at this point in the history
  3. threaded fix

    glenn-jocher committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4863beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27f785b View commit details
    Browse the repository at this point in the history
  5. Major train.py update

    glenn-jocher committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    347968b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5956e7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    252b8b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    740301d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d08e0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    865dfa7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29b8093 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43ca2f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    8c9f906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db545f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2065337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4fd724 View commit details
    Browse the repository at this point in the history
  5. fix onnx_dynamic

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f21e349 View commit details
    Browse the repository at this point in the history
  6. speed up pycocotools ops

    Laughing-q committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cb16493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50dc739 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bec10e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8029d56 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #21 from Laughing-q/instance_seg

    speed up pycocotools ops
    AyushExel committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    fee17a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68f805b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d48eb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2e0552 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6010507 View commit details
    Browse the repository at this point in the history
  15. cleanup comment

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d43b101 View commit details
    Browse the repository at this point in the history
  16. Add Proto() module

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    61e282c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e5724dc View commit details
    Browse the repository at this point in the history
  18. fix class count

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8823206 View commit details
    Browse the repository at this point in the history
  19. fix anchor order

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ff59beb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1b10d12 View commit details
    Browse the repository at this point in the history
  21. Cleanup seg loss

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    af8663c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5c8b968 View commit details
    Browse the repository at this point in the history
  23. faster indexing

    glenn-jocher committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    97e15a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. faster indexing fix

    glenn-jocher committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    0b83f5d View commit details
    Browse the repository at this point in the history
  2. faster indexing fix2

    glenn-jocher committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    46c38bb View commit details
    Browse the repository at this point in the history
  3. revert faster indexing

    glenn-jocher committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    f273ecb View commit details
    Browse the repository at this point in the history
  4. fix validation plotting

    AyushExel committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    fc814b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    422b8d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36b0374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b501668 View commit details
    Browse the repository at this point in the history
  8. revert validation plotting

    AyushExel committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    8d8f797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52a6ddd View commit details
    Browse the repository at this point in the history
  10. replace missing tanh

    glenn-jocher committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    2361108 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    5bd9541 View commit details
    Browse the repository at this point in the history
  2. delete unneeded .float()

    glenn-jocher committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    1aff5cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe3f91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f99934c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a23e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    691866f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    6793bc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750b500 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Add support for TF export

    AyushExel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2a26bdb View commit details
    Browse the repository at this point in the history
  2. remove debugger trace

    AyushExel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0e0f9c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ba0f2 View commit details
    Browse the repository at this point in the history
  4. add call

    AyushExel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b6bca18 View commit details
    Browse the repository at this point in the history
  5. update

    AyushExel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c7a2ec9 View commit details
    Browse the repository at this point in the history
  6. update

    AyushExel committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d2af8e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b25f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    0861737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d4d7c View commit details
    Browse the repository at this point in the history
  3. Merge master

    glenn-jocher committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    445680c View commit details
    Browse the repository at this point in the history
  4. Merge master

    glenn-jocher committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3422294 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d7ed13 View commit details
    Browse the repository at this point in the history
  6. Update dataloaders.py

    glenn-jocher committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2738352 View commit details
    Browse the repository at this point in the history
  7. Restore CI

    glenn-jocher committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70e35e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91f9258 View commit details
    Browse the repository at this point in the history
  9. Update dataloaders.py

    glenn-jocher committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e74c49f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b9c5d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    0328a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f2123 View commit details
    Browse the repository at this point in the history
  3. Merge master

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    74c3b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fdd16a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecbca70 View commit details
    Browse the repository at this point in the history
  6. cleanup scale_masks()

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4a3a5bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4d2e7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7cd6ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92cd027 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9156c4 View commit details
    Browse the repository at this point in the history
  11. Add Annotator.masks()

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d0f40c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1edd2f View commit details
    Browse the repository at this point in the history
  13. Annotator.masks() fix

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    b105654 View commit details
    Browse the repository at this point in the history
  14. Update plots.py

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    1dc663f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    558ee48 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/instance_seg' into instance_seg

    # Conflicts:
    #	utils/plots.py
    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e083785 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2378091 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    27c5563 View commit details
    Browse the repository at this point in the history
  19. crop always

    glenn-jocher committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d1e49e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Merge pull request #25 from zldrobit/instance_seg_tf

    Fix TF/TFLite export for segmentation model
    AyushExel committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dde9a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161d253 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Merge pull request #23 from AyushExel/instance_seg_tf

    Add support for TF export
    AyushExel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    0a039c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1357c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67232b View commit details
    Browse the repository at this point in the history
  4. Merge master

    glenn-jocher committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    f34346f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfeb646 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82deb52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    996a3e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a014646 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04eb590 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11d27a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4016d72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f69bf2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9ab851 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a1abb2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29c03da View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. update Annotator.masks

    Laughing-q committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3b63e8b View commit details
    Browse the repository at this point in the history
  2. fix val plot

    Laughing-q committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    69e5993 View commit details
    Browse the repository at this point in the history
  3. revert val plot

    Laughing-q committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6d0e952 View commit details
    Browse the repository at this point in the history
  4. clean up

    Laughing-q committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    71780b2 View commit details
    Browse the repository at this point in the history
  5. revert pil

    Laughing-q committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d53c825 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26 from Laughing-q/instance_seg

    update Annotator.masks()
    AyushExel committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7cdda21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78a42d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    7abb61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373e5f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    89299d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c71b28 View commit details
    Browse the repository at this point in the history
  3. Fix CI error

    glenn-jocher committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    1b3bacb View commit details
    Browse the repository at this point in the history
  4. Merge master

    glenn-jocher committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    551eadd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c84158 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

Commits on Sep 12, 2022

  1. fix predict log

    Laughing-q committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    87c7c68 View commit details
    Browse the repository at this point in the history
  2. remove upsample

    Laughing-q committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9d6fed1 View commit details
    Browse the repository at this point in the history
  3. update interpolate

    Laughing-q committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5a9d410 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from Laughing-q/instance_seg

    update F.interpolate&&clean up
    AyushExel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5905c76 View commit details
    Browse the repository at this point in the history
  5. fix validation plot logging

    AyushExel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c2ea6c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    14a8b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b1e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52fbe31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de176c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4958de5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0816d9 View commit details
    Browse the repository at this point in the history
  7. Restore 0.99999 decimals

    glenn-jocher committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    753adac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09804e9 View commit details
    Browse the repository at this point in the history