yolov5/utils
Dhruv Nair 903b239f13
Comet Logging and Visualization Integration (#9232)
* add comet to logger interface

* add comet logger

* add support for updated parameters

* clean up offline logger creation

* update callback args for comet logger

* add comet optimizer

* add optimizer config

* add comet README

* update tutorial notebook with Comet section

* add option to log class level metrics

* add support for class level metrics and confusion matrix

* handle errors when adding files to artifacts

* fix typo

* clean resume workflow

* updates for HPO

* update comet README

* fix typo in comet README

* update code snippets in comet README

* update comet links in tutorial

* updated links

* change optimizer batch size param and update comet README image

* update comet section in tutorial

* use prexisting cmd line flags to configure logger

* update artifact upload/download flow

* remove come remove comet logger specific cmd line args

* move downloading weights into comet logger code

* remove extra argparse

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change checkpoint logging flow to follow offline logger

* update resume flow

* add comet logger to remote dataset property

* update cmd line args in hpo

* set types for integer/float env variables

* update README

* fix typo in README

* default to always logging model predictions

* Update tutorial.ipynb

* Update train.py

* Add Comet to Integrations table

* Update README.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-09-07 18:28:46 +03:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
docker Update Dockerfile-arm64 to libpython3-dev (#9187) 2022-08-28 22:14:21 +02:00
flask_rest_api Allow multiple-model serving from Flask REST API (#8973) 2022-08-15 23:42:25 +02:00
google_app_engine Bump pip from 19.2 to 21.1 in /utils/google_app_engine (#5661) 2021-11-15 20:10:29 +01:00
loggers Comet Logging and Visualization Integration (#9232) 2022-09-07 18:28:46 +03:00
__init__.py Update `TryExcept(msg='...')`` (#9261) 2022-09-02 16:24:30 +02:00
activations.py [pre-commit.ci] pre-commit suggestions (#7279) 2022-04-04 22:47:00 +02:00
augmentations.py New `LetterBox(size)` `CenterCrop(size)`, `ToTensor()` transforms (#9213) 2022-08-30 15:17:58 +02:00
autoanchor.py Update `TryExcept(msg='...')`` (#9261) 2022-09-02 16:24:30 +02:00
autobatch.py Default AutoBatch 0.8 fraction (#9212) 2022-08-29 20:41:54 +02:00
benchmarks.py Update benchmarks CI with `--hard-fail` min metric floor (#9276) 2022-09-04 16:35:16 +02:00
callbacks.py Daemon `plot_labels()` for faster start (#9057) 2022-08-21 03:47:37 +02:00
dataloaders.py Replace deprecated `np.int` with `int` (#9307) 2022-09-07 10:11:30 +03:00
downloads.py Add `url_getsize()` function (#9247) 2022-09-01 12:13:53 +02:00
general.py Update DetectMultiBackend for tuple outputs 2 (#9275) 2022-09-04 15:39:57 +02:00
loss.py Fix torch `long` to `float` tensor on HUB macOS (#8067) 2022-06-01 17:34:46 +02:00
metrics.py Update `TryExcept(msg='...')`` (#9261) 2022-09-02 16:24:30 +02:00
plots.py Fixed Classify offsets (#9155) 2022-08-25 15:04:27 +02:00
torch_utils.py Comment EMA assert (#9173) 2022-08-26 20:06:26 +02:00