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

Merge with yolo upstream #26

Merged
merged 40 commits into from
Dec 29, 2021
Merged

Merge with yolo upstream #26

merged 40 commits into from
Dec 29, 2021

Commits on Jul 14, 2021

  1. start epochs at 1

    this improves the intuitive understanding for when evaluations happen/checkpoints are saved
    johagge committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7c75166 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Bump tqdm from 4.61.2 to 4.62.0

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.61.2 to 4.62.0.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.61.2...v4.62.0)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a340496 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #727 from eriklindernoren/dependabot/pip/tqdm-4.62.0

    Bump tqdm from 4.61.2 to 4.62.0
    Flova authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b02a91b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Cleanup loss function

    Flova committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4394807 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Flova authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    412473c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #728 from eriklindernoren/refactor/loss_function

    Cleanup loss function
    Flova authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0743b89 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Bump tensorboard from 2.5.0 to 2.6.0

    Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/tensorflow/tensorboard/releases)
    - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorboard@2.5.0...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: tensorboard
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a7255b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #730 from eriklindernoren/dependabot/pip/tensorboa…

    …rd-2.6.0
    
    Bump tensorboard from 2.5.0 to 2.6.0
    Flova authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7d01c21 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Bump tqdm from 4.62.0 to 4.62.1

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.0 to 4.62.1.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.62.0...v4.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    03e51e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Merge pull request #731 from eriklindernoren/dependabot/pip/tqdm-4.62.1

    Bump tqdm from 4.62.0 to 4.62.1
    Flova authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d2bbe1d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Bump tqdm from 4.62.1 to 4.62.2

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.1 to 4.62.2.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.62.1...v4.62.2)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    67780d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #732 from eriklindernoren/dependabot/pip/tqdm-4.62.2

    Bump tqdm from 4.62.1 to 4.62.2
    Flova authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    10a8d5b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Bump rope from 0.19.0 to 0.20.1

    Bumps [rope](https://github.com/python-rope/rope) from 0.19.0 to 0.20.1.
    - [Release notes](https://github.com/python-rope/rope/releases)
    - [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/python-rope/rope/commits)
    
    ---
    updated-dependencies:
    - dependency-name: rope
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f91c31f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #734 from eriklindernoren/dependabot/pip/rope-0.20.1

    Bump rope from 0.19.0 to 0.20.1
    Flova authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b0136e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Bump tqdm from 4.62.2 to 4.62.3

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.2 to 4.62.3.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.62.2...v4.62.3)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b1937ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #735 from eriklindernoren/dependabot/pip/tqdm-4.62.3

    Bump tqdm from 4.62.2 to 4.62.3
    Flova authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    acfdc91 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Bump tensorboard from 2.6.0 to 2.7.0

    Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.6.0 to 2.7.0.
    - [Release notes](https://github.com/tensorflow/tensorboard/releases)
    - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorboard@2.6.0...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: tensorboard
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d8a2944 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge pull request #737 from eriklindernoren/dependabot/pip/tensorboa…

    …rd-2.7.0
    
    Bump tensorboard from 2.6.0 to 2.7.0
    Flova authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5e5bbd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Bump pillow from 8.2.0 to 8.4.0

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.4.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@8.2.0...8.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1995a62 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Merge pull request #741 from eriklindernoren/dependabot/pip/pillow-8.4.0

    Bump pillow from 8.2.0 to 8.4.0
    Flova authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    1378e61 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    5fd9396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3834336 View commit details
    Browse the repository at this point in the history
  3. Update major version

    Flova committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c1c13c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a09959 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #717 from johagge/epochsPlusOne

    start epochs at 1
    Flova authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    201d32e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #749 from eriklindernoren/maintanance_upgrade

    Maintanance upgrade
    Flova authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e54d52e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Bump terminaltables from 3.1.0 to 3.1.7

    Bumps [terminaltables](https://github.com/matthewdeanmartin/terminaltables) from 3.1.0 to 3.1.7.
    - [Release notes](https://github.com/matthewdeanmartin/terminaltables/releases)
    - [Changelog](https://github.com/matthewdeanmartin/terminaltables/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/matthewdeanmartin/terminaltables/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terminaltables
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c044427 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #755 from eriklindernoren/dependabot/pip/terminalt…

    …ables-3.1.7
    
    Bump terminaltables from 3.1.0 to 3.1.7
    Flova authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    88bf78a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42b4d7 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    Flova committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9071452 View commit details
    Browse the repository at this point in the history
  5. Bump version

    Flova committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f3635ee View commit details
    Browse the repository at this point in the history
  6. Fix indexing

    Flova committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e628e7f View commit details
    Browse the repository at this point in the history
  7. Undo last changes in train.py

    Flova committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    eb1cd77 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #756 from eriklindernoren/fix/true_positive_count

    Fix true positive count
    Flova authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    0f71717 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    Flova committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    0f861ce View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Bump terminaltables from 3.1.7 to 3.1.10

    Bumps [terminaltables](https://github.com/matthewdeanmartin/terminaltables) from 3.1.7 to 3.1.10.
    - [Release notes](https://github.com/matthewdeanmartin/terminaltables/releases)
    - [Changelog](https://github.com/matthewdeanmartin/terminaltables/blob/master/CHANGELOG.md)
    - [Commits](matthewdeanmartin/terminaltables3@v3.1.7...v3.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: terminaltables
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f057f64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #757 from eriklindernoren/dependabot/pip/terminalt…

    …ables-3.1.10
    
    Bump terminaltables from 3.1.7 to 3.1.10
    Flova authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3ad13b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    0070270 View commit details
    Browse the repository at this point in the history
  2. Add new poetry lock file

    Flova committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bcd53ab View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Reset scaling losses for now

    jaagut committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    f815092 View commit details
    Browse the repository at this point in the history