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

Updates in train.py rpn layer and predict.py proprocessing #84

Open
wants to merge 55 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2022

  1. Merge pull request #1 from PatBall1/master

    update
    WangLuran authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e2fdff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Update train.py

    WangLuran authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0c90537 View commit details
    Browse the repository at this point in the history
  2. Update MyPredictor

    WangLuran authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    68389f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    017eb7c View commit details
    Browse the repository at this point in the history
  2. Update train.py

    WangLuran authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    edc8c3c View commit details
    Browse the repository at this point in the history
  3. Update train.py

    WangLuran authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    37bbbc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Create custom_rpn.py

    custom rpn head for custom nms which considers intersection over area and overlapping between different speices is avoided
    WangLuran authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    07fd704 View commit details
    Browse the repository at this point in the history
  2. Update custom_rpn.py

    WangLuran authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    18cc890 View commit details
    Browse the repository at this point in the history
  3. Update custom_rpn.py

    WangLuran authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a63e377 View commit details
    Browse the repository at this point in the history
  4. Update custom_rpn.py

    WangLuran authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b3c709f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Create custom_nms.py

    this file includes a custom nms layer - which uses inter over area instead of inter over union as the anchor selection metric. The issue of crowns of different types overlapping each other is also solved. This change inceases the speed and mask quality a bit.
    Another function called nms_mask is used in prediction part and is part of the proprocessing where instead of eliminating all crowns with a low threshold, the nms is used and the nms metric is no longer box iou but mask iou. This change increases the output quality a lot.
    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0b55726 View commit details
    Browse the repository at this point in the history
  2. Delete custom_rpn.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7d6cfd3 View commit details
    Browse the repository at this point in the history
  3. Update predict.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5879766 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7068875 View commit details
    Browse the repository at this point in the history
  5. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d625d09 View commit details
    Browse the repository at this point in the history
  6. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    347d013 View commit details
    Browse the repository at this point in the history
  7. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8f78d1c View commit details
    Browse the repository at this point in the history
  8. Update custom_nms.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9788473 View commit details
    Browse the repository at this point in the history
  9. Update predict.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    6449d96 View commit details
    Browse the repository at this point in the history
  10. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    fa66c04 View commit details
    Browse the repository at this point in the history
  11. Update custom_nms.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5f1f255 View commit details
    Browse the repository at this point in the history
  12. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    01b5aff View commit details
    Browse the repository at this point in the history
  13. Update custom_nms.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b19d2f4 View commit details
    Browse the repository at this point in the history
  14. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    fe9bcde View commit details
    Browse the repository at this point in the history
  15. Update train.py

    WangLuran authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c876df8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Update predict.py

    WangLuran authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1298f28 View commit details
    Browse the repository at this point in the history
  2. Update train.py

    WangLuran authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fc574f5 View commit details
    Browse the repository at this point in the history
  3. Update train.py

    WangLuran authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    32676d2 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    WangLuran authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c150ee0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Update train.py

    WangLuran authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    bf73113 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    233bb6c View commit details
    Browse the repository at this point in the history
  2. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9e4b266 View commit details
    Browse the repository at this point in the history
  3. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c03d628 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f31c032 View commit details
    Browse the repository at this point in the history
  5. Update custom_nms.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    eef70a0 View commit details
    Browse the repository at this point in the history
  6. Update custom_nms.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2ffbf88 View commit details
    Browse the repository at this point in the history
  7. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    73b548a View commit details
    Browse the repository at this point in the history
  8. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    629e286 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84234a4 View commit details
    Browse the repository at this point in the history
  10. Update train.py

    WangLuran authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9865b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Update custom_rpn.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    e25ad7e View commit details
    Browse the repository at this point in the history
  2. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    339ea5f View commit details
    Browse the repository at this point in the history
  3. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c0135b0 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    d920d22 View commit details
    Browse the repository at this point in the history
  5. Update custom_rpn.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9c109d1 View commit details
    Browse the repository at this point in the history
  6. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5c7018e View commit details
    Browse the repository at this point in the history
  7. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    b4ec202 View commit details
    Browse the repository at this point in the history
  8. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f05c755 View commit details
    Browse the repository at this point in the history
  9. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3340b5b View commit details
    Browse the repository at this point in the history
  10. Update custom_rpn.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f4377ab View commit details
    Browse the repository at this point in the history
  11. Update train.py

    WangLuran authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c3506d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Update train.py

    WangLuran authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ed249a9 View commit details
    Browse the repository at this point in the history
  2. Update train.py

    WangLuran authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6667022 View commit details
    Browse the repository at this point in the history
  3. Update train.py

    WangLuran authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5fe5184 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    WangLuran authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    183529c View commit details
    Browse the repository at this point in the history