Weights & Biases (W&B) Feature Addition (#1235)
* 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:
Glenn Jocher <glenn.jocher@ultralytics.com>
正在显示
... | @@ -13,6 +13,9 @@ torch>=1.6.0 | ... | @@ -13,6 +13,9 @@ torch>=1.6.0 |
torchvision>=0.7.0 | torchvision>=0.7.0 | ||
tqdm>=4.41.0 | tqdm>=4.41.0 | ||
# logging ------------------------------------- | |||
# wandb | |||
# coco ---------------------------------------- | # coco ---------------------------------------- | ||
# pycocotools>=2.0 | # pycocotools>=2.0 | ||
... | ... |
请
注册
或者
登录
后发表评论