Commit Graph

  • 9d8ed37df7
    Rename `utils/datasets.py` > `utils/dataloaders.py` (#7799) Glenn Jocher 2022-05-13 14:34:16 +0200
  • 5a1ef32553
    Add random interpolation method augmentation (#6826) Yonghye Kwon 2022-05-13 21:26:11 +0900
  • 5e077bfd39
    Add Dockerfile-M1 (#7720) Glenn Jocher 2022-05-13 14:15:21 +0200
  • 8a4175cde0
    Add smoothing to curve plots and max F1 index (#7798) Glenn Jocher 2022-05-13 13:53:21 +0200
  • d95a728f55
    Implement DDP `static_graph=True` (#6940) Glenn Jocher 2022-05-13 12:32:47 +0200
  • f3fecf94a9
    Pin downloads to release version (#7790) Glenn Jocher 2022-05-13 00:24:53 +0200
  • 4870064629
    Ability to dowlnoad older assets (#7767) Cristi Fati 2022-05-11 13:52:10 +0300
  • d059d1da03
    Report fused model summary by default (#7722) Glenn Jocher 2022-05-06 23:51:59 -0700
  • aa7a0e91b1
    Update `on_train_end` callback (#7716) Glenn Jocher 2022-05-05 21:25:13 -0700
  • 1d0a0944c1
    Update tutorial.ipynb (#7715) Glenn Jocher 2022-05-05 20:55:52 -0700
  • c4cb7c684a
    Update README.md (#7686) Glenn Jocher 2022-05-03 15:18:01 -0700
  • d4ea61e043
    FROM nvcr.io/nvidia/pytorch:22.04-py3 (#7680) Glenn Jocher 2022-05-03 13:47:30 -0700
  • e305aba686
    Pin Docker-cpu `FROM ubuntu:20.04` (#7677) Glenn Jocher 2022-05-02 23:27:24 -0700
  • c4862fcd31
    Update Dockerfile-cpu to force python3.9 (#7675) Glenn Jocher 2022-05-02 20:53:02 -0700
  • bff6e51bc4
    Disallow `--dynamic` when `--half` is passed (#7669) David Matos 2022-05-02 18:00:24 +0200
  • 1994ad93e4
    Bump github/codeql-action from 1 to 2 (#7665) dependabot[bot] 2022-05-01 22:25:00 -0700
  • 5743deb9df
    Update plot.py (#7654) SylvanDing 2022-05-01 11:01:21 +0800
  • 488fb0a36a
    Bump `scipy>=1.5` to meet numpy constraints (#7646) Glenn Jocher 2022-04-29 12:00:30 -0700
  • b24a576823
    Reduce `opencv-python>=4.1.1` for Jetson Nano (#7645) Glenn Jocher 2022-04-29 11:50:30 -0700
  • 1a3ecb8b38
    `increment_path()` robustness improvements (#7628) Glenn Jocher 2022-04-28 14:00:43 -0700
  • 177da7f348
    Add `--half` support for OpenVINO exports (#7615) Duncan Moss 2022-04-27 17:29:59 -0700
  • b53917de8d
    Remove `tqdm.auto` (#7599) Glenn Jocher 2022-04-26 15:00:01 -0700
  • 2611477d2e
    Fix `from yolov5 import utils` statement (#7578) Jack Liu 2022-04-26 12:05:48 +0800
  • e54e758cfb
    Add PyTorch-only benchmark arg (#7564) Glenn Jocher 2022-04-24 20:03:23 -0700
  • 950a85d9f6
    TensorRT PyTorch Hub inference fix (#7560) Glenn Jocher 2022-04-24 12:45:56 -0700
  • c16671fc74
    Add `print(results)` override for PyTorch Hub results (#7559) Glenn Jocher 2022-04-24 12:07:05 -0700
  • be67572279
    Enable `results.print()` when `_verbose=False` (#7558) Glenn Jocher 2022-04-24 11:30:40 -0700
  • 7043872f25
    PyTorch Hub `_verbose=False` fix2 (#7550) Glenn Jocher 2022-04-23 11:26:25 -0700
  • 1f1ec1c3e7
    Restrict TRT autoinstall to Linux-only (#7549) Glenn Jocher 2022-04-23 09:36:36 -0700
  • 404b4fefbe
    Update restapi.py (#7309) Glenn Jocher 2022-04-22 16:19:21 -0700
  • 3a89377c04
    Improve availability of YOLOv5 in Russia (#7545) Glenn Jocher 2022-04-22 16:07:33 -0700
  • 4cac1cfc8f
    Add `--noplots` flag to suppress figures and images logging (#7534) Ayush Chaurasia 2022-04-23 03:34:08 +0530
  • f62609eb52
    Update check_requirements() with `cmds=()` argument (#7543) Glenn Jocher 2022-04-22 14:31:05 -0700
  • 4b284a12c7
    Update downloads.py current release (#7541) Powercube7 2022-04-22 23:44:54 +0300
  • e04d8b1cb0
    Update precommit monthly python 3.7+ (#7542) Glenn Jocher 2022-04-22 13:43:50 -0700
  • c264795f50
    Add mdformat to precommit checks and update other version (#7529) Zengyf-CVer 2022-04-23 04:36:27 +0800
  • cc1d7df03c
    Autoinstall TensorRT if missing (#7537) Glenn Jocher 2022-04-22 12:31:33 -0700
  • 813eba85b2
    Empty val batch CUDA device fix (#7539) Glenn Jocher 2022-04-22 12:01:14 -0700
  • b804b36bc4
    Add Docker `--file` argument to build (#7527) Glenn Jocher 2022-04-21 20:31:26 -0700
  • d2e698c75c
    Reduce val device transfers (#7525) Glenn Jocher 2022-04-21 20:06:57 -0700
  • 23718df1c6
    Fix val `plots=plots` (#7524) Glenn Jocher 2022-04-21 18:21:01 -0700
  • 6ea81bb3a9
    Add yesqa to precommit checks (#7511) Zengyf-CVer 2022-04-21 09:44:52 +0800
  • 918d7b2b3f
    Refactor Dockerfiles to `utils/docker` (#7510) Glenn Jocher 2022-04-20 14:23:55 -0700
  • b77c8d9d72
    Added `YOLOv5_AUTOINSTALL` environment variable (#7505) Joseph Kocherhans 2022-04-20 12:08:22 -0700
  • 3f3852e2ff
    Fix val.py Ensemble() (#7490) Glenn Jocher 2022-04-19 21:15:04 -0700
  • ab5b917494
    `check_fonts()` download to `CONFIG_DIR` fix (#7489) Glenn Jocher 2022-04-19 17:50:02 -0700
  • c9042dc2ad
    Improved non-latin `Annotator()` plotting (#7488) Glenn Jocher 2022-04-19 17:32:15 -0700
  • d876caab4d
    Update val.py (#7478) HERIUN 2022-04-20 07:40:06 +0900
  • 3a25e81b30
    Bump cirrus-actions/rebase from 1.5 to 1.6 (#7462) dependabot[bot] 2022-04-19 15:07:05 -0700
  • 7926afccde
    Add `--half` support for FP16 CoreML exports with (#7446) Cedric Perauer 2022-04-16 18:00:50 +0200
  • c9a3b14a74
    Disable `pbar` for DDP ranks > 0 (#7440) Glenn Jocher 2022-04-16 15:12:38 +0200
  • 3eefab1bb1
    Remove `tensorrt` pip install check (#7439) Glenn Jocher 2022-04-15 21:48:52 +0200
  • 014acde79d
    Update `git_describe()` (#7402) Glenn Jocher 2022-04-12 17:26:53 +0200
  • 2da2466168
    Fix EdgeTPU output directory (#7399) Glenn Jocher 2022-04-12 15:08:53 +0200
  • 5333b55e74
    Remove OpenVINO ONNX `opset<=12` check (#7398) Glenn Jocher 2022-04-12 14:57:50 +0200
  • 74aaab3312
    Add version warning for wandb (#7385) Ayush Chaurasia 2022-04-12 15:16:56 +0530
  • 4bb7eb8b84
    Dynamic normalization layer selection (#7392) Glenn Jocher 2022-04-12 11:02:11 +0200
  • fa569cdae5
    Add support for different normalization layers (#7377) Vardan Agarwal 2022-04-11 17:34:22 +0530
  • bd2dda8e64
    Update optimizer param group strategy (#7376) Glenn Jocher 2022-04-11 12:34:35 +0200
  • 71685cbf91
    Bump actions/stale from 4 to 5 (#7371) dependabot[bot] 2022-04-11 10:26:13 +0200
  • 8c420c4c1f
    Update ci-testing.yml (#7365) Glenn Jocher 2022-04-10 15:17:25 +0200
  • b8d4f2bf74
    Replace Slack with Community Forum in issues (#7364) Glenn Jocher 2022-04-10 14:50:01 +0200
  • db36f13c7a
    Delete FUNDING.yml (#7363) Glenn Jocher 2022-04-10 14:40:33 +0200
  • 1993efd59e
    Swap `unsafe_chunk()` for `chunk()` (#7362) Glenn Jocher 2022-04-10 13:53:28 +0200
  • 406ee528f0
    Loss and IoU speed improvements (#7361) Glenn Jocher 2022-04-10 13:46:07 +0200
  • aa542ce6a6
    DetectMultiBackend() default `stride=32` (#7342) rglkt 2022-04-10 01:11:55 +0800
  • 3bb233a7fb
    Add ONNX export metadata (#7353) Glenn Jocher 2022-04-09 13:27:49 +0200
  • 698a5d7f26
    Add `python benchmarks.py --test` for export-only (#7350) Glenn Jocher 2022-04-09 01:32:16 +0200
  • 446e6f563a
    Rename 'MacOS' to 'macOS' (#7349) Glenn Jocher 2022-04-08 23:05:15 +0200
  • 302b00b5f4
    Update `_make_grid()` (#7346) Glenn Jocher 2022-04-08 12:55:16 +0200
  • 5f941a84ef
    Print dataset scan only `if RANK in (-1, 0)` (#7337) Glenn Jocher 2022-04-07 16:44:08 +0200
  • 676e10cf1a
    Simplify callbacks.py return (#7333) Glenn Jocher 2022-04-07 16:15:01 +0200
  • 5783de26fe
    Objects365 dataset breakdown images vs zips (#7335) Glenn Jocher 2022-04-07 16:12:44 +0200
  • b7faeda0f2
    Fix Tf export for BottleneckCSP (#7330) Nrupatunga 2022-04-07 17:22:44 +0530
  • 0ca85ed65f
    Update Objects365.yaml (#7323) Glenn Jocher 2022-04-06 23:52:19 +0200
  • a88a81469a
    Copy wandb param dict before training to avoid overwrites (#7317) Nick Martin 2022-04-06 09:35:33 -0700
  • 245d6459a9
    Add callbacks (#7315) Glenn Jocher 2022-04-06 17:23:34 +0200
  • 32661f75ac
    Add `retry=3` to `download()` (#7313) Glenn Jocher 2022-04-06 13:12:41 +0200
  • f735458987
    Use `tqdm.auto` (#7311) Glenn Jocher 2022-04-06 12:20:24 +0200
  • d257c75c84
    Update export.py (#7301) Glenn Jocher 2022-04-05 21:21:57 +0200
  • 741fac815e
    fix: disable usage of root logger (#7296) Max Strobel 2022-04-05 17:38:13 +0200
  • c759bbdf19
    Add `check_requirements(('pycocotools>=2.0',))` (#7295) Glenn Jocher 2022-04-05 15:55:16 +0200
  • b1300f3e0b
    Add dataset sizes (zipped) (#7293) Glenn Jocher 2022-04-05 15:14:54 +0200
  • d2e7ba2a3a
    val.py `--weights` and `--data` compatibility check (#7292) Glenn Jocher 2022-04-05 14:23:15 +0200
  • 5f97001ed4
    Context manager `open(file) as f` fixes (#7289) Glenn Jocher 2022-04-05 12:54:25 +0200
  • 2181ef371e
    Update `cv2.imread()` patch with flags argument (#7287) Glenn Jocher 2022-04-05 11:49:32 +0200
  • 8d0291f3af
    Enable TensorFlow ops for `--nms` and `--agnostic-nms` (#7281) leeflix 2022-04-05 11:33:08 +0200
  • 2da68664b5
    Update Dockerfile (#7282) Glenn Jocher 2022-04-05 00:52:37 +0200
  • 7882950577
    [pre-commit.ci] pre-commit suggestions (#7279) pre-commit-ci[bot] 2022-04-04 22:47:00 +0200
  • ea72b84f5e
    Integrate offset into grid (#7262) Glenn Jocher 2022-04-03 23:40:23 +0200
  • 8bc839ed8e
    TorchScript single-output fix (#7261) Glenn Jocher 2022-04-03 22:51:11 +0200
  • 05cf0d1a44
    Export single output only (#7259) Glenn Jocher 2022-04-03 21:29:20 +0200
  • 779efbb9ca Update Glenn Jocher 2022-04-03 21:21:55 +0200
  • ad0e4d5d19
    `torch.split()` replace slicing on out-of-place inference (#7258) Glenn Jocher 2022-04-03 20:05:50 +0200
  • 4f839b7970
    Refactor out-of-place `Detect()` for reduced ops (#7257) Glenn Jocher 2022-04-03 19:26:23 +0200
  • ffcbd8ca97
    Export with official `nn.SiLU()` (#7256) Glenn Jocher 2022-04-03 18:45:05 +0200
  • dda669a12c
    Fix Flask REST API (#7210) Zengyf-CVer 2022-04-03 19:19:26 +0800
  • 035b5548e4
    Update tutorial.ipynb (#7255) Glenn Jocher 2022-04-03 12:18:24 +0200
  • 3d3483cf0c
    Update tutorial.ipynb (#7254) Glenn Jocher 2022-04-03 12:14:12 +0200
  • 6f4eb95af7
    Update setup.cfg to `description_file` field (#7248) Glenn Jocher 2022-04-03 00:18:18 +0200