1. 19 11月, 2020 3 次提交
    • yujun's avatar
      FLOPS computation device bug fix (#1447) · 05a955a3
      yujun 提交于
      * Update torch_utils.py
      
      fix issue#113 , inputs device should be same with model parameters' device
      
      * Update torch_utils.py
      
      * Update torch_utils.py
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      05a955a3
    • Glenn Jocher's avatar
      Update greetings.yml (#1442) · af8aee76
      Glenn Jocher 提交于
      * Update greetings.yml
      
      * Update --feature-request.md
      
      * Update --bug-report.md
      
      * Rename --bug-report.md to bug-report.md
      
      * Rename -question.md to question.md
      
      * Rename --feature-request.md to feature-request.md
      
      * Update greetings.yml
      
      * Update greetings.yml
      af8aee76
    • Glenn Jocher's avatar
      Update test.py for IoU in native image-space (#1439) · 225845e7
      Glenn Jocher 提交于
      * Update test.py for IoU in native image-space
      
      * remove redundant
      
      * gn to device
      
      * remove output scale_coords
      
      * --img-size correction
      
      * update
      
      * native-space labels
      
      * pred to predn
      
      * remove clip_coords()
      225845e7
  2. 18 11月, 2020 7 次提交
  3. 17 11月, 2020 7 次提交
  4. 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
  5. 15 11月, 2020 1 次提交
  6. 14 11月, 2020 7 次提交
  7. 13 11月, 2020 2 次提交
  8. 12 11月, 2020 1 次提交
  9. 11 11月, 2020 4 次提交
  10. 10 11月, 2020 4 次提交
  11. 09 11月, 2020 1 次提交