yolov5/utils
Glenn Jocher ba6f3f974b
Enable direct `--weights URL` definition (#3373)
* Enable direct `--weights URL` definition

@KalenMike this PR will enable direct --weights URL definition. Example use case:
```
python train.py --weights https://storage.googleapis.com/bucket/dir/model.pt
```

* cleanup

* bug fixes

* weights = attempt_download(weights)

* Update experimental.py

* Update hubconf.py

* return bug fix

* comment mirror

* min_bytes
2021-05-28 15:18:44 +02:00
..
aws Explicit `git clone` master (#3311) 2021-05-24 12:42:36 +02:00
flask_rest_api Update JSON response (#3139) 2021-05-12 18:23:50 +02: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 Improves docs and handling of entities and resuming by WandbLogger (#3264) 2021-05-21 23:42:53 +02:00
__init__.py initial commit 2020-05-29 17:04:54 -07:00
activations.py ACON Activation batch-size 1 bug patch (#2901) 2021-04-25 22:54:07 +02:00
autoanchor.py Update check_requirements() exclude list (#2974) 2021-04-29 21:16:23 +02:00
datasets.py Ignore blank lines in `*.txt` labels (#3366) 2021-05-27 14:31:26 +02:00
general.py Add URL download to check_file() (#3330) 2021-05-26 15:51:49 +02:00
google_utils.py Enable direct `--weights URL` definition (#3373) 2021-05-28 15:18:44 +02:00
loss.py Add --label-smoothing eps argument to train.py (default 0.0) (#2344) 2021-03-29 18:45:46 +02:00
metrics.py bug fix: switched rows and cols for correct detections in confusion matrix (#2883) 2021-04-22 00:49:55 +02:00
plots.py `plot_one_box()` default `color=(128, 128, 128)` (#3240) 2021-05-19 19:47:36 +02:00
torch_utils.py TensorBoard DP/DDP graph fix (#3325) 2021-05-25 11:45:24 +02:00