• 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
train.py 28.6 KB