1. 17 8月, 2022 4 次提交
    • Glenn Jocher's avatar
      New YOLOv5 Classification Models (#8956) · d3ea0df8
      Glenn Jocher 提交于
      * Update
      
      * Logger step fix: Increment step with epochs (#8654)
      
      * enhance
      
      * revert
      
      * allow training from scratch
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update --img argument from train.py 
      
      single line
      
      * fix image size from 640 to 128
      
      * suport custom dataloader and augmentation
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * format
      
      * Update dataloaders.py
      
      * Single line return, single line comment, remove unused argument
      
      * address PR comments
      
      * fix spelling
      
      * don't augment eval set
      
      * use fstring
      
      * update augmentations.py
      
      * new maning convention for transforms
      
      * reverse if statement, inline ops
      
      * reverse if statement, inline ops
      
      * updates
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * update dataloaders
      
      * Remove additional if statement
      
      * Remove is_train as redundant
      
      * Cleanup
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Cleanup2
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update classifier.py
      
      * Update augmentations.py
      
      * fix: imshow clip warning
      
      * update
      
      * Revert ToTensorV2 removal
      
      * Update classifier.py
      
      * Update normalize values, revert uint8
      
      * normalize image using cv2
      
      * remove dedundant comment
      
      * Update classifier.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * replace print with logger
      
      * commit steps
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ciCo-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Allow logging models from GenericLogger (#8676)
      
      * enhance
      
      * revert
      
      * allow training from scratch
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update --img argument from train.py 
      
      single line
      
      * fix image size from 640 to 128
      
      * suport custom dataloader and augmentation
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * format
      
      * Update dataloaders.py
      
      * Single line return, single line comment, remove unused argument
      
      * address PR comments
      
      * fix spelling
      
      * don't augment eval set
      
      * use fstring
      
      * update augmentations.py
      
      * new maning convention for transforms
      
      * reverse if statement, inline ops
      
      * reverse if statement, inline ops
      
      * updates
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * update dataloaders
      
      * Remove additional if statement
      
      * Remove is_train as redundant
      
      * Cleanup
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Cleanup2
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update classifier.py
      
      * Update augmentations.py
      
      * fix: imshow clip warning
      
      * update
      
      * Revert ToTensorV2 removal
      
      * Update classifier.py
      
      * Update normalize values, revert uint8
      
      * normalize image using cv2
      
      * remove dedundant comment
      
      * Update classifier.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * replace print with logger
      
      * commit steps
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * support final model logging
      
      * update
      
      * update
      
      * update
      
      * update
      
      * remove curses
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update classifier.py
      
      * Update __init__.py
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update dataset download
      
      * Update dataset download
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Pass imgsz to classify_transforms()
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Cos scheduler
      
      * Cos scheduler
      
      * Remove unused args
      
      * Update
      
      * Add seed
      
      * Add seed
      
      * Update
      
      * Update
      
      * Add run(), main()
      
      * Merge master
      
      * Merge master
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Create YOLOv5 BaseModel class (#8829)
      
      * Create BaseModel
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * fix
      
      * Hub load device fix
      
      * Update
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      
      * Add experiment
      
      * Merge master
      
      * Attach names
      
      * weight decay = 1e-4
      
      * weight decay = 5e-5
      
      * update smart_optimizer console printout
      
      * fashion-mnist fix
      
      * Merge master
      
      * Update Table
      
      * Update Table
      
      * Remove destroy process group
      
      * add kwargs to forward()
      
      * fuse fix for resnet50
      
      * nc, names fix for resnet50
      
      * nc, names fix for resnet50
      
      * ONNX CPU inference fix
      
      * revert
      
      * cuda
      
      * if augment or visualize
      
      * if augment or visualize
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * New smart_inference_mode()
      
      * Update README
      
      * Refactor into /classify dir
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * reset defaults
      
      * reset defaults
      
      * fix gpu predict
      
      * warmup
      
      * ema half fix
      
      * spacing
      
      * remove data
      
      * remove cache
      
      * remove denormalize
      
      * save run settings
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * verbose false on initial plots
      
      * new save_yaml() function
      
      * Update ci-testing.yml
      
      * Path(data) CI fix
      
      * Separate classification CI
      
      * fix val
      
      * fix val
      
      * fix val
      
      * smartCrossEntropyLoss
      
      * skip validation on hub load
      
      * autodownload with working dir root
      
      * str(data)
      
      * Dataset usage example
      
      * im_show normalize
      
      * im_show normalize
      
      * add imagenet simple names to multibackend
      
      * Add validation speeds
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * 24-space names
      
      * Update bash scripts
      
      * Update permissions
      
      * Add bash script arguments
      
      * remove verbose
      
      * TRT data fix
      
      * names generator fix
      
      * optimize if names
      
      * update usage
      
      * Add local loading
      
      * Verbose=False
      
      * update names printing
      
      * Add Usage examples
      
      * Add Usage examples
      
      * Add Usage examples
      
      * Add Usage examples
      
      * named_children
      
      * reshape_classifier_outputs
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * update
      
      * update
      
      * fix CI
      
      * fix incorrect class substitution
      
      * fix incorrect class substitution
      
      * remove denormalize
      
      * ravel fix
      
      * cleanup
      
      * update opt file printing
      
      * update opt file printing
      
      * update defaults
      
      * add opt to checkpoint
      
      * Add warning
      
      * Add comment
      
      * plot half bug fix
      
      * Use NotImplementedError
      
      * fix export shape report
      
      * Fix TRT load
      
      * cleanup CI
      
      * profile comment
      
      * CI fix
      
      * Add cls models
      
      * avoid inplace error
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Fix usage examples
      
      * Update README
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      
      * Update README
      Co-authored-by: 's avatarAyush Chaurasia <ayush.chaurarsia@gmail.com>
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      d3ea0df8
    • Victor Sonck's avatar
      Fix torchvision dependency for ClearML logging (#8993) · 3456fe65
      Victor Sonck 提交于
      * Replace torchvision annotator with native local Annotator
      
      * Add colored bounding boxes and rewrite for efficiency
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Fix pep8 issue
      
      * Update clearml_utils.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update clearml_utils.py
      
      * Reduced conf_threshold to 0.25 to match defaults
      
      The 0.25 default conf threshold value is used a default throughout YOLOv5 (i.e. in detect.py) and also in other tools like CoreML
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      3456fe65
    • Yana's avatar
      Fix bug with resume (#8912) · fd004f56
      Yana 提交于
      * Fix bug with resume
      
      * restore del on resume=false
      
      * Update train.py
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      fd004f56
    • Glenn Jocher's avatar
      Created using Colaboratory · d1dfcab6
      Glenn Jocher 提交于
      d1dfcab6
  2. 16 8月, 2022 4 次提交
  3. 15 8月, 2022 3 次提交
  4. 14 8月, 2022 2 次提交
  5. 13 8月, 2022 3 次提交
  6. 11 8月, 2022 2 次提交
  7. 10 8月, 2022 4 次提交
  8. 09 8月, 2022 2 次提交
  9. 08 8月, 2022 2 次提交
  10. 07 8月, 2022 3 次提交
  11. 06 8月, 2022 7 次提交
    • Glenn Jocher's avatar
      emoji-safe default logging (#8888) · 8f28ea49
      Glenn Jocher 提交于
      * emoji-safe default logging
      
      * implement everywhere
      8f28ea49
    • Glenn Jocher's avatar
      Created using Colaboratory · 73ed7a5e
      Glenn Jocher 提交于
      73ed7a5e
    • Glenn Jocher's avatar
      Created using Colaboratory · d631a690
      Glenn Jocher 提交于
      d631a690
    • Glenn Jocher's avatar
      `smart_optimizer()` improved reporting (#8887) · 20f1b7ea
      Glenn Jocher 提交于
      Update smart_optimizer() weight_decay reporting
      20f1b7ea
    • Glenn Jocher's avatar
      Created using Colaboratory · 030586a3
      Glenn Jocher 提交于
      030586a3
    • Glenn Jocher's avatar
      Created using Colaboratory · 5a0faef3
      Glenn Jocher 提交于
      5a0faef3
    • Victor Sonck's avatar
      ClearML experiment tracking integration (#8620) · 378bde4b
      Victor Sonck 提交于
      * Add titles to matplotlib plots
      
      * Add ClearML Experiment Tracking integration.
      
      * Add ClearML Data Version Management automatic download when requested
      
      * Add ClearML Hyperparameter Optimization
      
      * ClearML save period integration
      
      * Fix wandb breaking when used with ClearML dataset
      
      * Fix wandb breaking when used with ClearML resume and dataset
      
      * Add ClearML documentation
      
      * fixed small bug in clearml integration that misreports epoch number
      
      * Final ClearMl additions before refactor
      
      * Add correct epoch reporting
      
      * Add remote execution and autoscaling docs for ClearML integration
      
      * Added images to clearml integration docs
      
      * fixed logo alignment bug and added hpo screenshot clearml
      
      * Fixed small epoch number bug in clearml integration
      
      * Remove saved model flush clearml
      
      * Cleanup clearml readme section
      
      * Cleaned up clearml logger docstring
      
      * Remove resume readme section clearml
      
      * Clearml integration cleanup
      
      * Updated ClearML documentation
      
      * Added dark vs light icons ClearML Readme
      
      * Clearml Readme styling
      
      * Add better gifs
      
      * Fixed gif file size
      
      * Add better images in tutorial notebook
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Addressed comments in PR #8620
      
      * Fixed circular import
      
      * Fixed circular import
      
      * Update tutorial.ipynb
      
      * Update tutorial.ipynb
      
      * Inline comment
      
      * Restructured tutorial notebook
      
      * Add correct ClearML link to README
      
      * Update tutorial.ipynb
      
      * Update general.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update __init__.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update __init__.py
      
      * Update README.md
      
      * Update __init__.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * spelling
      
      * Update tutorial.ipynb
      
      * notebook cutt.ly links
      
      * Update README.md
      
      * Update README.md
      
      * cutt.ly links in tutorial
      
      * Removed labels as they show up on last subplot only
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      378bde4b
  12. 05 8月, 2022 4 次提交