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

[RetinaNet] Image Converter and ObjectDetector #1906

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

Commits on Sep 26, 2024

  1. Rebased phase 1 changes

    sineeli committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c1d7955 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Rebased phase 1 changes

    sineeli committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    deaeac4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sineeli/add-retinanet-phase-2' of https://github.com/si…

    …neeli/keras-hub into sineeli/add-retinanet-phase-2
    sineeli committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1cdd164 View commit details
    Browse the repository at this point in the history
  3. nit

    sineeli committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f90add8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Retina Phase 2

    sineeli committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6c26534 View commit details
    Browse the repository at this point in the history
  2. nit

    sineeli committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    baee6e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

    sineeli committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    84533d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ceb8f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. - Use FeaturePyramidBackbone cls for RetinaNet backbone.

    - Correct test cases.
    sineeli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4c7a28b View commit details
    Browse the repository at this point in the history
  2. fix decoding error

    sineeli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3f915dc View commit details
    Browse the repository at this point in the history
  3. - Add ground truth arg for RetinaNet model and remove source and targ…

    …et format from preprocessor
    sineeli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f0da549 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. nit

    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    05fdefe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b26d3a View commit details
    Browse the repository at this point in the history
  3. Revert "Subclass Imageconverter and overload call method for object d…

    …etection method"
    
    This reverts commit 3b26d3a.
    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0df121a View commit details
    Browse the repository at this point in the history
  4. add names to layers

    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8697240 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    394faf0 View commit details
    Browse the repository at this point in the history
  6. nit

    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    33d81e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79502d9 View commit details
    Browse the repository at this point in the history
  8. nit

    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    72a02c4 View commit details
    Browse the repository at this point in the history
  9. nit

    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a28a033 View commit details
    Browse the repository at this point in the history
  10. add prior probability flag for prediction head to use it for classifi…

    …cation head and user friendly
    sineeli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50686e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8dc5483 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f7d8ef View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. nit

    sineeli committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6801789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e57cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac617c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. use plain rescaling and normalization no resizing for od models as it…

    … can effect the bounding boxes and the ops i backend framework dependent
    sineeli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    03efed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5704950 View commit details
    Browse the repository at this point in the history
  3. - Add arg for encoding format

     - Add required docstrings
     - Use `center_xywh` encoding for retinanet as per torch weights
    sineeli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7c1d1de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2414f00 View commit details
    Browse the repository at this point in the history
  5. init as layers for anchor generator and label encoder and as one more…

    … arg for prediction head configuration
    sineeli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    064c971 View commit details
    Browse the repository at this point in the history
  6. nit

    sineeli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4ff8f13 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. - only consider levels from min level to backbone maxlevel fro featur…

    …e extraction from image encoder
    sineeli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c4f752d View commit details
    Browse the repository at this point in the history
  2. nit

    sineeli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    bde84b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. nit

    sineeli committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    caacc99 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 30, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5ec65fd View commit details
    Browse the repository at this point in the history
  2. check with plain values

    sineeli committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dd00bdf View commit details
    Browse the repository at this point in the history
  3. use convert_preprocessing_inputs function for basic operations as bac…

    …kend cause some gpu misplacement
    sineeli committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    581d152 View commit details
    Browse the repository at this point in the history