1. 31 3月, 2021 2 次提交
  2. 30 3月, 2021 1 次提交
  3. 29 3月, 2021 6 次提交
  4. 28 3月, 2021 7 次提交
  5. 27 3月, 2021 2 次提交
  6. 26 3月, 2021 6 次提交
  7. 25 3月, 2021 4 次提交
  8. 24 3月, 2021 6 次提交
  9. 23 3月, 2021 4 次提交
    • Ayush Chaurasia's avatar
      W&B DDP fix (#2574) · 1bf93652
      Ayush Chaurasia 提交于
      1bf93652
    • Glenn Jocher's avatar
      check_requirements() exclude pycocotools, thop (#2571) · 0d891c60
      Glenn Jocher 提交于
      Exclude non-critical packages from dependency checks in detect.py. pycocotools and thop in particular are not required for inference.
      
      Issue first raised in https://github.com/ultralytics/yolov5/issues/1944 and also raised in https://github.com/ultralytics/yolov5/discussions/2556
      0d891c60
    • Glenn Jocher's avatar
      Update Detections() times=None (#2570) · 1c132a1f
      Glenn Jocher 提交于
      Fix for results.tolist() method breaking after YOLOv5 Hub profiling PRshttps://github.com/ultralytics/yolov5/pull/2460 https://github.com/ultralytics/yolov5/pull/2459 and
      1c132a1f
    • Ayush Chaurasia's avatar
      Improved W&B integration (#2125) · e8fc97aa
      Ayush Chaurasia 提交于
      * Init Commit
      
      * new wandb integration
      
      * Update
      
      * Use data_dict in test
      
      * Updates
      
      * Update: scope of log_img
      
      * Update: scope of log_img
      
      * Update
      
      * Update: Fix logging conditions
      
      * Add tqdm bar, support for .txt dataset format
      
      * Improve Result table Logger
      
      * Init Commit
      
      * new wandb integration
      
      * Update
      
      * Use data_dict in test
      
      * Updates
      
      * Update: scope of log_img
      
      * Update: scope of log_img
      
      * Update
      
      * Update: Fix logging conditions
      
      * Add tqdm bar, support for .txt dataset format
      
      * Improve Result table Logger
      
      * Add dataset creation in training script
      
      * Change scope: self.wandb_run
      
      * Add wandb-artifact:// natively
      
      you can now use --resume with wandb run links
      
      * Add suuport for logging dataset while training
      
      * Cleanup
      
      * Fix: Merge conflict
      
      * Fix: CI tests
      
      * Automatically use wandb config
      
      * Fix: Resume
      
      * Fix: CI
      
      * Enhance: Using val_table
      
      * More resume enhancement
      
      * FIX : CI
      
      * Add alias
      
      * Get useful opt config data
      
      * train.py cleanup
      
      * Cleanup train.py
      
      * more cleanup
      
      * Cleanup| CI fix
      
      * Reformat using PEP8
      
      * FIX:CI
      
      * rebase
      
      * remove uneccesary changes
      
      * remove uneccesary changes
      
      * remove uneccesary changes
      
      * remove unecessary chage from test.py
      
      * FIX: resume from local checkpoint
      
      * FIX:resume
      
      * FIX:resume
      
      * Reformat
      
      * Performance improvement
      
      * Fix local resume
      
      * Fix local resume
      
      * FIX:CI
      
      * Fix: CI
      
      * Imporve image logging
      
      * (:(:Redo CI tests:):)
      
      * Remember epochs when resuming
      
      * Remember epochs when resuming
      
      * Update DDP location
      
      Potential fix for #2405
      
      * PEP8 reformat
      
      * 0.25 confidence threshold
      
      * reset train.py plots syntax to previous
      
      * reset epochs completed syntax to previous
      
      * reset space to previous
      
      * remove brackets
      
      * reset comment to previous
      
      * Update: is_coco check, remove unused code
      
      * Remove redundant print statement
      
      * Remove wandb imports
      
      * remove dsviz logger from test.py
      
      * Remove redundant change from test.py
      
      * remove redundant changes from train.py
      
      * reformat and improvements
      
      * Fix typo
      
      * Add tqdm tqdm progress when scanning files, naming improvements
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      e8fc97aa
  10. 15 3月, 2021 2 次提交