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

Simplified Inference #1045

Closed
wants to merge 39 commits into from
Closed

Simplified Inference #1045

wants to merge 39 commits into from

Commits on Sep 25, 2020

  1. initial commit

    glenn-jocher committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    2be4a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. batch inference update

    glenn-jocher committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    c9ef269 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. initial commit

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c599075 View commit details
    Browse the repository at this point in the history
  2. batch inference update

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    68c78a0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/simple_inference' into simple_in…

    …ference
    
    # Conflicts:
    #	models/yolo.py
    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c8141ba View commit details
    Browse the repository at this point in the history
  4. add torch capability

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    623c568 View commit details
    Browse the repository at this point in the history
  5. empty image bug fix

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    097aca2 View commit details
    Browse the repository at this point in the history
  6. comment update

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    9896ce0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11ea358 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82e865a View commit details
    Browse the repository at this point in the history
  9. fuse() bug fix

    glenn-jocher committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c2403d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    d87cf7e View commit details
    Browse the repository at this point in the history
  2. Rearrange export input after checks (#1118)

    img size checks are warnings rather than errors, so current implementation allows improperly formed model inputs.
    glenn-jocher committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    d45e349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c85bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ada058 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. update expt name comment and folder parsing for training (#978)

    * comment
    
    * fix parsing
    
    * fix evolve
    
    * folder
    
    * tqdm
    
    * Update train.py
    
    * Update train.py
    
    * reinstate anchors into meta dict
    
    anchor evolution is working correctly now
    
    * reinstate logger
    
    prefer the single line readout for concise logging, which helps simplify notebook and tutorials etc.
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    Borda and glenn-jocher committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    00917a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4346b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3680c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. fix compatibility for hyper config (#1146)

    * fix/hyper
    
    * Hyp giou check to train.py
    
    * restore general.py
    
    * train.py overwrite fix
    
    * restore general.py and pep8 update
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    Borda and glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c67e722 View commit details
    Browse the repository at this point in the history
  2. fuse() bug fix

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fe1d90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70432a5 View commit details
    Browse the repository at this point in the history
  4. Rearrange export input after checks (#1118)

    img size checks are warnings rather than errors, so current implementation allows improperly formed model inputs.
    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e63bf4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfa2f89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    402095a View commit details
    Browse the repository at this point in the history
  7. update expt name comment and folder parsing for training (#978)

    * comment
    
    * fix parsing
    
    * fix evolve
    
    * folder
    
    * tqdm
    
    * Update train.py
    
    * Update train.py
    
    * reinstate anchors into meta dict
    
    anchor evolution is working correctly now
    
    * reinstate logger
    
    prefer the single line readout for concise logging, which helps simplify notebook and tutorials etc.
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    Borda and glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7363872 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6088171 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    330bdfb View commit details
    Browse the repository at this point in the history
  10. fix compatibility for hyper config (#1146)

    * fix/hyper
    
    * Hyp giou check to train.py
    
    * restore general.py
    
    * train.py overwrite fix
    
    * restore general.py and pep8 update
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    Borda and glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d7e6f4d View commit details
    Browse the repository at this point in the history
  11. update copied attributes

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    34282b0 View commit details
    Browse the repository at this point in the history
  12. optimize imports

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8668c2b View commit details
    Browse the repository at this point in the history
  13. initial commit

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    91a029a View commit details
    Browse the repository at this point in the history
  14. batch inference update

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a34b35b View commit details
    Browse the repository at this point in the history
  15. initial commit

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a9db87b View commit details
    Browse the repository at this point in the history
  16. comment update

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    37a07a2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5159d10 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0be772e View commit details
    Browse the repository at this point in the history
  19. update copied attributes

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8144436 View commit details
    Browse the repository at this point in the history
  20. optimize imports

    glenn-jocher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    dc53110 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efa5e3f View commit details
    Browse the repository at this point in the history