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

Revision models.detection.yolo #851

Merged
merged 32 commits into from
May 20, 2023

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    cf1646c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fecf88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5abc8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    198ebc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

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

Commits on Aug 9, 2022

  1. add type hints

    redleaf-kim committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    db2601a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe38bb7 View commit details
    Browse the repository at this point in the history
  3. improve readability

    redleaf-kim committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7da9d4a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/yolo_review' into yolo_review

    # Conflicts:
    #	tests/models/yolo/unit/test_yolo_config.py
    redleaf-kim committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8c3ed4e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Sep 15, 2022

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

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

  1. add catch_warning fixture

    Hongyeob.Kim authored and Hongyeob.Kim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    17fab64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353f119 View commit details
    Browse the repository at this point in the history
  3. fix pytest error; indexing argument will be required to pass in upcom…

    …ing release for torch.meshgrid.
    redleaf-kim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a3445ac View commit details
    Browse the repository at this point in the history
  4. fix pytest catch_warnings; MisconfigurationException error

    batch_size should be provided for def training_step(self, dataloader_iter)
    redleaf-kim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    189346c View commit details
    Browse the repository at this point in the history
  5. fix pytest error

    with fast_dev_run=True, it will set 1 for batch(es) of train,
    however log_every_n_steps is set 50 as default this cause an error catching.
    redleaf-kim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a1d97b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5b5fb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b4eca4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b52ab5b View commit details
    Browse the repository at this point in the history
  9. Fix most obvious CI failings

    otaj committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    eb9930e View commit details
    Browse the repository at this point in the history
  10. fix test with a missing warning

    otaj committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fdf38fb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. resolve accidentally introduced errors

    otaj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a42cdec View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. add catch_warnings

    otaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d534cfa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into yolo_review

    otaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    57c9baf View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Mar 28, 2023

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

Commits on May 19, 2023

  1. update mergify team

    Borda committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bd23c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d2749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d1c4e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d758939 View commit details
    Browse the repository at this point in the history