yolov5/utils
Glenn Jocher 3a89377c04
Improve availability of YOLOv5 in Russia (#7545)
* Add redundant weights download mirrors

This PR seeks to improve access worldwide to YOLOv5 weights. Universal access to AI for all is our core value, and we are against any censorship or restriction efforts.

I've uploaded the official YOLOv5 v6.1 weights to a primary backup bucket on GCP and to secondary backup on Google Drive at https://drive.google.com/drive/folders/1EFQTEUeXWSFww0luse2jB9M1QNZQGwNl. Autodownload with try the first two locations (GitHuB release assets and GCP bucket), and point users to the Google Drive folder if the first two fail.

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

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-22 16:07:33 -07:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
docker Add Docker `--file` argument to build (#7527) 2022-04-21 20:31:26 -07:00
flask_rest_api Context manager `open(file) as f` fixes (#7289) 2022-04-05 12:54: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 Add `--noplots` flag to suppress figures and images logging (#7534) 2022-04-22 15:04:08 -07:00
__init__.py Update bytes to GB with bitshift (#6886) 2022-03-07 19:26:37 +01:00
activations.py [pre-commit.ci] pre-commit suggestions (#7279) 2022-04-04 22:47:00 +02:00
augmentations.py precommit: yapf (#5494) 2022-03-31 16:52:34 +02:00
autoanchor.py Use `tqdm.auto` (#7311) 2022-04-06 12:20:24 +02:00
autobatch.py Update bytes to GB with bitshift (#6886) 2022-03-07 19:26:37 +01:00
benchmarks.py Add `python benchmarks.py --test` for export-only (#7350) 2022-04-09 01:32:16 +02:00
callbacks.py Simplify callbacks.py return (#7333) 2022-04-07 16:15:01 +02:00
datasets.py Disable `pbar` for DDP ranks > 0 (#7440) 2022-04-16 15:12:38 +02:00
downloads.py Improve availability of YOLOv5 in Russia (#7545) 2022-04-22 16:07:33 -07:00
general.py Update check_requirements() with `cmds=()` argument (#7543) 2022-04-22 14:31:05 -07:00
loss.py Swap `unsafe_chunk()` for `chunk()` (#7362) 2022-04-10 13:53:28 +02:00
metrics.py Loss and IoU speed improvements (#7361) 2022-04-10 13:46:07 +02:00
plots.py Improved non-latin `Annotator()` plotting (#7488) 2022-04-19 17:32:15 -07:00
torch_utils.py [pre-commit.ci] pre-commit suggestions (#7279) 2022-04-04 22:47:00 +02:00