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

Only use annotated images to create dataset in autosplit() #2331

Closed
wants to merge 41 commits into from
Closed

Only use annotated images to create dataset in autosplit() #2331

wants to merge 41 commits into from

Commits on Feb 18, 2021

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

Commits on Feb 25, 2021

  1. Merge pull request #1 from ultralytics/master

    Sync with master branch
    kinoute committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2664add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb70836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa87b44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5998453 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb182c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Mar 1, 2021

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

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    d71bf80 View commit details
    Browse the repository at this point in the history
  2. remove base64 Pull Request

    kinoute committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    2ca8dbb View commit details
    Browse the repository at this point in the history
  3. EMA bug fix 2 (#2330)

    * EMA bug fix 2
    
    * update
    glenn-jocher committed Mar 2, 2021
    4 Configuration menu
    Copy the full SHA
    fab5085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab86cec View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    2c56ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6ebb9 View commit details
    Browse the repository at this point in the history
  3. Anchor override (#2350)

    glenn-jocher committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a3ecf0f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Resume with custom anchors fix (#2361)

    * Resume with custom anchors fix
    
    * Update train.py
    glenn-jocher committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e931b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Faster random index generator for mosaic augmentation (#2345)

    * faster random index generator for mosaic augementation
    
    We don't need to access list to generate random index
    
    It makes augmentation slower.
    
    * Update datasets.py
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    developer0hye and glenn-jocher committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    300d518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692e1f3 View commit details
    Browse the repository at this point in the history
  3. ENV HOME=/usr/src/app (#2382)

    Set HOME environment variable per Binder requirements. 
    https://github.com/binder-examples/minimal-dockerfile
    glenn-jocher committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c64fe21 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. image weights compatible faster random index generator v2 for mosaic …

    …augmentation (#2383)
    
    image weights compatible faster random index generator v2 for mosaic augmentation
    developer0hye committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    cd8ed35 View commit details
    Browse the repository at this point in the history
  2. GPU export options (#2297)

    * option for skip last layer and cuda export support
    
    * added parameter device
    
    * fix import
    
    * cleanup 1
    
    * cleanup 2
    
    * opt-in grid
    
    --grid will export with grid computation, default export will skip grid (same as current)
    
    * default --device cpu
    
    GPU export causes ONNX and CoreML errors.
    
    Co-authored-by: Jan Hajek <jan.hajek@gmail.com>
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    3 people committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    7a0a81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba18528 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    7c2c957 View commit details
    Browse the repository at this point in the history
  2. GCP sudo docker userdata.sh (#2393)

    * GCP sudo docker
    
    * cleanup
    glenn-jocher committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e8a2b83 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. CVPR 2021 Argoverse-HD dataset autodownload support (#2400)

    * added argoverse-download ability
    
    * bugfix
    
    * add support for Argoverse dataset
    
    * Refactored code
    
    * renamed to argoverse-HD
    
    * unzip -q and YOLOv5
    
    small cleanup items
    
    * add image counts
    
    Co-authored-by: Kartikeya Sharma <kartikes@trinity.vision.cs.cmu.edu>
    Co-authored-by: Kartikeya Sharma <kartikes@trinity-0-32.eth>
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    4 people committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c51dfec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ca8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886f1c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Integer printout (#2450)

    * Integer printout
    
    * test.py 'Labels'
    
    * Update train.py
    glenn-jocher committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f01f322 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Update test.py --task train val study (#2453)

    * Update test.py --task train val study
    
    * update argparser --task
    glenn-jocher committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f419721 View commit details
    Browse the repository at this point in the history
  2. labels.jpg class names (#2454)

    * labels.png class names
    
    * fontsize=10
    glenn-jocher committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    08d4918 View commit details
    Browse the repository at this point in the history
  3. CVPR 2021 Argoverse-HD autodownload curl (#2455)

    curl preferred over wget for slightly better cross platform compatibility (i.e. out of the box macos compatible).
    glenn-jocher committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    747c265 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Add autoShape() speed profiling (#2459)

    * Add autoShape() speed profiling
    
    * Update common.py
    
    * Create README.md
    
    * Update hubconf.py
    
    * cleanuip
    glenn-jocher committed Mar 14, 2021
    4 Configuration menu
    Copy the full SHA
    569757e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f813f6d View commit details
    Browse the repository at this point in the history
  3. Update tutorial.ipynb

    glenn-jocher committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    20d879d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f718ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b2dade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b2614f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b2e1d8 View commit details
    Browse the repository at this point in the history
  8. remove base64 Pull Request

    kinoute committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    20c2aa4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a094f84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b69ed71 View commit details
    Browse the repository at this point in the history