yolov5/utils
Ayush Chaurasia 73a0669930
Start setup for improved W&B integration (#1948)
* Add helper functions for wandb and artifacts

* cleanup

* Reorganize files

* Update wandb_utils.py

* Update log_dataset.py

We can remove this code, as the giou hyp has been deprecated for a while now.

* Reorganize and update dataloader call

* yaml.SafeLoader

* PEP8 reformat

* remove redundant checks

* Add helper functions for wandb and artifacts

* cleanup

* Reorganize files

* Update wandb_utils.py

* Update log_dataset.py

We can remove this code, as the giou hyp has been deprecated for a while now.

* Reorganize and update dataloader call

* yaml.SafeLoader

* PEP8 reformat

* remove redundant checks

* Update util files

* Update wandb_utils.py

* Remove word size

* Change path of labels.zip

* remove unused imports

* remove --rect

* log_dataset.py cleanup

* log_dataset.py cleanup2

* wandb_utils.py cleanup

* remove redundant id_count

* wandb_utils.py cleanup2

* rename cls

* use pathlib for zip

* rename dataloader to dataset

* Change import order

* Remove redundant code

* remove unused import

* remove unused imports

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-02-01 21:38:41 -08:00
..
google_app_engine adding the configuration to deploy yolov5 in in app engine (#964) 2020-09-22 11:48:44 -07:00
wandb_logging Start setup for improved W&B integration (#1948) 2021-02-01 21:38:41 -08:00
__init__.py initial commit 2020-05-29 17:04:54 -07:00
activations.py nn.SiLU() citation correction (#1713) 2021-01-06 20:58:41 -08:00
autoanchor.py Update autoanchor.py with yaml.SafeLoader (#1971) 2021-01-18 10:47:42 -08:00
datasets.py Start setup for improved W&B integration (#1948) 2021-02-01 21:38:41 -08:00
general.py Add 'exclude' tuple to check_requirements() (#2041) 2021-01-26 21:17:36 -08:00
google_utils.py Update google_utils.py (#2017) 2021-01-22 15:08:42 -08:00
loss.py Add ComputeLoss() class (#1950) 2021-01-15 13:50:24 -08:00
metrics.py Metric-Confidence plots feature addition (#2057) 2021-01-27 17:10:53 -08:00
plots.py Update plot_study() (#2112) 2021-02-01 13:51:11 -08:00
torch_utils.py Update torch_utils.py (#1895) 2021-01-10 12:26:29 -08:00