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

Operator RandomObjectBBox #2657

Merged
merged 15 commits into from
Feb 18, 2021
Merged

Operator RandomObjectBBox #2657

merged 15 commits into from
Feb 18, 2021

Commits on Feb 15, 2021

  1. Initial effort for RandomObjectBBox

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    f688b0c View commit details
    Browse the repository at this point in the history
  2. [WIP]

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    3334f14 View commit details
    Browse the repository at this point in the history
  3. It compiles!

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    468036a View commit details
    Browse the repository at this point in the history
  4. More or less working.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    60e55f4 View commit details
    Browse the repository at this point in the history
  5. Add extra argument with with class label.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    5e79cfe View commit details
    Browse the repository at this point in the history
  6. * Add tests

     * Propagate batch size from batch external sources to per-sample
    external sources
     * Fix bugs
    
    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    38b8894 View commit details
    Browse the repository at this point in the history
  7. * Fix numpy seeds in tests for reproducibility

     * Add `first = False` in external source handling to produce an error
       when external sources disagree on batch size.
    
    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    75e608b View commit details
    Browse the repository at this point in the history
  8. Sort auto-generated labels.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    f9a680e View commit details
    Browse the repository at this point in the history
  9. Address review issues.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    ec1e391 View commit details
    Browse the repository at this point in the history
  10. Review issues. Add a test for background label selection.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    922596a View commit details
    Browse the repository at this point in the history
  11. Adjust to improved TensorVector API.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    81a5451 View commit details
    Browse the repository at this point in the history
  12. Review issues.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    e734678 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Remove changes to ExternalSource from this PR.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    33fc46a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Some review issues.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    b2ae570 View commit details
    Browse the repository at this point in the history
  2. Add tests for misconfiguration errors.

    Signed-off-by: Michał Zientkiewicz <[email protected]>
    mzient committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1adc635 View commit details
    Browse the repository at this point in the history