1. 29 7月, 2021 3 次提交
    • Glenn Jocher's avatar
      PyCharm reformat (#4209) · b60b62e8
      Glenn Jocher 提交于
      * PyCharm reformat
      
      * YAML reformat
      
      * Markdown reformat
      b60b62e8
    • Ayush Chaurasia's avatar
      W&B: More improvements and refactoring (#4205) · 750465ed
      Ayush Chaurasia 提交于
      * Improve docstrings and run names
      
      * default wandb login prompt with timeout
      
      * return key
      
      * Update api_key check logic
      
      * Properly support zipped dataset feature
      
      * update docstring
      
      * Revert tuorial change
      
      * extend changes to log_dataset
      
      * add run name
      
      * bug fix
      
      * bug fix
      
      * Update comment
      
      * fix import check
      
      * remove unused import
      
      * Hardcore .yaml file extension
      
      * reduce code
      
      * Reformat using pycharm
      
      * Remove redundant try catch
      
      * More refactoring and bug fixes
      
      * retry
      
      * Reformat using pycharm
      
      * respect LOGGERS include list
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      750465ed
    • Glenn Jocher's avatar
      Update yolov5-bifpn.yaml (#4208) · e016b155
      Glenn Jocher 提交于
      e016b155
  2. 28 7月, 2021 5 次提交
  3. 27 7月, 2021 1 次提交
  4. 26 7月, 2021 5 次提交
  5. 25 7月, 2021 3 次提交
  6. 24 7月, 2021 4 次提交
  7. 23 7月, 2021 1 次提交
  8. 22 7月, 2021 1 次提交
  9. 21 7月, 2021 2 次提交
  10. 20 7月, 2021 1 次提交
  11. 19 7月, 2021 6 次提交
  12. 18 7月, 2021 2 次提交
    • Glenn Jocher's avatar
      AutoShape PosixPath support (#4047) · 9dd33fd2
      Glenn Jocher 提交于
      * AutoShape PosixPath support
      
      Usage example:
      
      ````python
      from pathlib import Path
      
      model = ...
      file = Path('data/images/zidane.jpg')
      
      results = model(file)
      ```
      
      * Update common.py
      9dd33fd2
    • Glenn Jocher's avatar
      Update README.md (#4041) · dd62e2d0
      Glenn Jocher 提交于
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      dd62e2d0
  13. 17 7月, 2021 2 次提交
  14. 16 7月, 2021 1 次提交
  15. 15 7月, 2021 1 次提交
  16. 14 7月, 2021 2 次提交