1. 16 11月, 2020 3 次提交
    • Glenn Jocher's avatar
      Matplotlib AGG backend (#1413) · 92c9b728
      Glenn Jocher 提交于
      92c9b728
    • Glenn Jocher's avatar
      Recursive directories dataset capability (#1408) · 548a98a3
      Glenn Jocher 提交于
      * Recursive directories dataset capability
      
      * x.split('.')[-1]
      
      * f += glob.glob(f"{p}{os.sep}**.*", recursive=True)
      
      * f += glob.glob(str(p / '**.*'), recursive=True)
      
      * remove . from image and vid formats
      
      * .txt to txt
      
      * str(p / '**' / '*.*')
      548a98a3
    • Glenn Jocher's avatar
      W&B logging add hyperparameters (#1399) · 9c91aeae
      Glenn Jocher 提交于
      * W&B logging add hyperparameters
      
      * hyp bug fix and image logging updates
      
      * if plots and wandb:
      
      * cleanup
      
      * wandb/ gitignore add
      
      * cleanup 2
      
      * cleanup 3
      
      * move wandb import to top of file
      
      * wandb evolve
      
      * update import
      
      * wandb.run.finish()
      
      * default anchors: 3
      9c91aeae
  2. 15 11月, 2020 1 次提交
  3. 14 11月, 2020 7 次提交
  4. 13 11月, 2020 2 次提交
  5. 12 11月, 2020 1 次提交
  6. 11 11月, 2020 4 次提交
  7. 10 11月, 2020 4 次提交
  8. 09 11月, 2020 4 次提交
  9. 07 11月, 2020 4 次提交
  10. 06 11月, 2020 4 次提交
  11. 05 11月, 2020 1 次提交
  12. 04 11月, 2020 1 次提交
  13. 02 11月, 2020 3 次提交
  14. 01 11月, 2020 1 次提交
    • Ayush Chaurasia's avatar
      Weights & Biases (W&B) Feature Addition (#1235) · ca290dca
      Ayush Chaurasia 提交于
      * Add wandb metric logging and bounding box debugging
      
      * Improve formatting, readability
      
      * Remove mutliple path for init, improve formatting
      
      * Add wandb params
      
      * Remove typecasting in bbox coordinates and reformat
      
      * Cleanup
      
      * add wandb to requirements.txt
      
      * minor updates to test.py
      
      * general reorg
      
      * reduce --log-imgs to 10
      
      * clean wandb import
      
      * reverse wandb import assert
      
      * add except AssertionError to try import
      
      * move wandb init to all global ranks
      
      * replace print() with logger.info()
      
      * replace print() with logger.info()
      
      * move wandb.init() bug fix
      
      * project PosixPath to basename bug fix
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      ca290dca