Commit Graph

  • 4695ca8314
    Refactoring cleanup (#3565) Glenn Jocher 2021-06-09 22:50:27 +0200
  • 0e5cfdbea7
    Refactor models/export.py arguments (#3564) Glenn Jocher 2021-06-09 22:43:46 +0200
  • 66cf5c28c1
    Refactor detect.py arguments (#3559) Glenn Jocher 2021-06-09 22:19:34 +0200
  • a9553c04a7
    Refactor test.py arguments (#3558) Glenn Jocher 2021-06-09 21:36:10 +0200
  • c6deb73a89
    Bump pip from 18.1 to 19.2 in /utils/google_app_engine (#3561) dependabot[bot] 2021-06-09 21:14:09 +0200
  • 4ef9261870
    Remove redundant speed/study `half` argument (#3557) Glenn Jocher 2021-06-09 16:30:01 +0200
  • 5948f20a3d
    Update test.py profiling (#3555) Glenn Jocher 2021-06-09 16:25:17 +0200
  • 8b5086c21b
    Multi-GPU default to single device 0 (#3554) Glenn Jocher 2021-06-09 15:31:47 +0200
  • 63157d214d
    Remove `is_coco` argument from `test()` (#3553) Glenn Jocher 2021-06-09 15:09:51 +0200
  • 958ab92dc1
    Remove `opt` from `create_dataloader()`` (#3552) Glenn Jocher 2021-06-09 13:14:56 +0200
  • 0cfc5b2c18
    Update README.md (#3550) Glenn Jocher 2021-06-09 11:49:25 +0200
  • f8ec71e1c2
    Update `check_python(minimum=3.6.2)` (#3548) Glenn Jocher 2021-06-09 11:34:15 +0200
  • ef0b5c9d29
    On-demand `pycocotools` pip install (#3547) Glenn Jocher 2021-06-09 11:22:21 +0200
  • 1b5edb6f8e
    Update `dataset_stats()` for HUB (#3536) Glenn Jocher 2021-06-09 10:56:11 +0200
  • b6fdd2e5e5
    Create `dataset_stats()` for HUB Glenn Jocher 2021-06-08 23:09:45 +0200
  • ac8691e208 Created using Colaboratory Glenn Jocher 2021-06-08 19:01:52 +0200
  • 78cf488556 Created using Colaboratory Glenn Jocher 2021-06-08 18:54:33 +0200
  • c6b51f4189
    Update FP16 `--half` argument for test.py and detect.py (#3532) Glenn Jocher 2021-06-08 18:47:13 +0200
  • 8d52c1c5c5
    Update datasets.py (#3531) Glenn Jocher 2021-06-08 18:36:40 +0200
  • ed651873ff Merge branch 'develop' Glenn Jocher 2021-06-08 18:14:18 +0200
  • 28bff22df8
    Use multi-threading in cache_labels (#3505) Dean Mark 2021-06-08 19:00:21 +0300
  • f3c3d2ce5d
    Merge `develop` branch into `master` (#3518) Glenn Jocher 2021-06-08 10:22:10 +0200
  • c058a61e3b
    Update greetings.yml Glenn Jocher 2021-06-08 10:11:06 +0200
  • abb2a96e91
    Update README.md (#3512) Glenn Jocher 2021-06-08 00:39:02 +0200
  • d986145b9a
    Reduce test.py results spacing (#3511) Glenn Jocher 2021-06-07 23:21:34 +0200
  • eede7dc48c
    Update tutorial.ipynb (#3510) Glenn Jocher 2021-06-07 22:52:16 +0200
  • 8d1ddc93c7
    Earlier `assert` for cpu and half option (#3508) Yonghye Kwon 2021-06-08 01:56:41 +0900
  • 3f03acb3db
    check_requirements() exclude `opencv-python` (#3507) Glenn Jocher 2021-06-07 15:38:51 +0200
  • 90b7895d65
    check_requirements() exclude `opencv-python` (#3495) Glenn Jocher 2021-06-07 10:03:47 +0200
  • a1c3572bc9
    Explicit `model.eval()` call `if opt.train=False` (#3475) Yonghye Kwon 2021-06-07 01:39:36 +0900
  • cf4f95bc5f
    Stale `github.actor` bug fix (#3483) Glenn Jocher 2021-06-06 18:06:24 +0200
  • 3597d280ee
    Update stale.yml HUB URL (#3468) Glenn Jocher 2021-06-04 23:49:43 +0200
  • 739451da5a
    Add additional links/resources to stale.yml message (#3467) Glenn Jocher 2021-06-04 23:45:24 +0200
  • b31229ae89
    Revert FP16 `test.py` and `detect.py` inference to FP32 default (#3423) edificewang 2021-06-05 04:28:34 +0800
  • 044daafd9d
    Add `output_names` argument for ONNX export with dynamic axes (#3456) Sam_S 2021-06-05 00:01:58 +0400
  • 317f2ccc9d
    Improved `check_requirements()` offline-handling (#3466) Glenn Jocher 2021-06-04 21:34:36 +0200
  • 563ea9475a
    Add `check_git_status()` 5 second timeout (#3464) Glenn Jocher 2021-06-04 21:17:36 +0200
  • c37f072ba7
    Faster HSV augmentation (#3462) Yonghye Kwon 2021-06-05 03:02:20 +0900
  • d40481acc5
    Add `timeout()` class (#3460) Glenn Jocher 2021-06-04 15:23:33 +0200
  • 8e3b4a0bf3
    Update MixUp augmentation `alpha=beta=32.0` (#3455) Glenn Jocher 2021-06-04 12:47:53 +0200
  • 4aa2959101
    Suppress jit trace warning + graph once (#3454) Glenn Jocher 2021-06-04 12:37:41 +0200
  • af2bc3a1c3
    Add FLOPs title to table (#3453) Glenn Jocher 2021-06-04 11:46:40 +0200
  • f8651c388f
    Parse URL authentication (#3424) Glenn Jocher 2021-06-03 18:44:58 +0200
  • 3cb9ad4fc4
    Update FLOPs description (#3422) chocosaj 2021-06-03 18:31:51 +0800
  • fdbe527dc0
    Revert "`cv2.imread(img, -1)` for IMREAD_UNCHANGED (#3379)" (#3395) Glenn Jocher 2021-05-31 10:39:00 +0200
  • d833ab3d25
    Create `is_pip()` function (#3391) Glenn Jocher 2021-05-30 20:52:42 +0200
  • 4b52e19a61
    COCO evolution fix (#3388) Glenn Jocher 2021-05-29 22:49:34 +0200
  • 21a9607e00
    `cv2.imread(img, -1)` for IMREAD_UNCHANGED (#3379) tudoulei 2021-05-30 03:12:01 +0800
  • 57f773b0ae
    Update tutorial.ipynb (#3368) Peretz Cohen 2021-05-29 11:49:24 -0700
  • ba6f3f974b
    Enable direct `--weights URL` definition (#3373) Glenn Jocher 2021-05-28 15:18:44 +0200
  • b78e30dd2b Merge remote-tracking branch 'origin/develop' into develop SkalskiP 2021-05-28 14:44:45 +0200
  • 3fea068384 update ci-testing.yml (#3322) Piotr Skalski 2021-05-27 17:01:36 +0200
  • bb131238aa
    update ci-testing.yml (#3322) Piotr Skalski 2021-05-27 17:01:36 +0200
  • 4d4a2b0520
    Ignore blank lines in `*.txt` labels (#3366) Glenn Jocher 2021-05-27 14:31:26 +0200
  • ef4d53818d
    ONNX export in .train() mode fix (#3362) WangChaofeng 2021-05-27 20:10:14 +0800
  • 2435bfe896
    Add URL download to check_file() (#3330) Glenn Jocher 2021-05-26 15:51:49 +0200
  • c6b5bfca85
    Updated cache v0.2 with `hashlib` (#3350) Glenn Jocher 2021-05-26 14:26:52 +0200
  • 1f8d716ec9
    yolo.py header (#3347) Glenn Jocher 2021-05-26 12:06:08 +0200
  • aad99b63d6
    TensorBoard DP/DDP graph fix (#3325) Glenn Jocher 2021-05-25 11:45:24 +0200
  • 407dc5008e
    Update README.md (#3320) Glenn Jocher 2021-05-24 17:17:32 +0200
  • 61ea23c3fe
    Implement `@torch.no_grad()` decorator (#3312) Glenn Jocher 2021-05-24 13:23:09 +0200
  • 73a92dc1b6
    Explicit `git clone` master (#3311) Glenn Jocher 2021-05-24 12:42:36 +0200
  • 9f3a388cea
    Improved check_requirements() robustness (#3298) Glenn Jocher 2021-05-23 18:00:23 +0200
  • ee24ae11ea
    Comment Cython (#3297) Glenn Jocher 2021-05-23 17:53:54 +0200
  • a039b7796d
    PyTorch Hub `crops = results.crop()` return values (#3282) yeric1789 2021-05-23 10:00:55 -0400
  • 0e2f2cbb51
    Update LoadStreams init fallbacks (#3295) Glenn Jocher 2021-05-23 14:55:42 +0200
  • 19100ba007
    Improves docs and handling of entities and resuming by WandbLogger (#3264) Charles Frye 2021-05-21 14:42:53 -0700
  • dd7f0b7e05
    Fix TypeError: 'PosixPath' object is not iterable (#3285) Glenn Jocher 2021-05-21 23:35:31 +0200
  • 683cefead4
    YouTube stream ending fix (#3277) Glenn Jocher 2021-05-21 16:51:07 +0200
  • f3402353fb
    check `batch_size % utilized_device_count` (#3276) Glenn Jocher 2021-05-21 15:20:03 +0200
  • 10d56d784e
    Assert `--image-weights` not combined with DDP (#3275) Glenn Jocher 2021-05-21 14:46:42 +0200
  • 7b36e38cf8
    Check CoreML models.train() mode (#3262) Glenn Jocher 2021-05-20 15:22:36 +0200
  • 7b863a34dc
    Add Cython (#3217) Glenn Jocher 2021-05-19 19:58:53 +0200
  • 7b0eb952ca
    `plot_one_box()` default `color=(128, 128, 128)` (#3240) yeric1789 2021-05-19 13:47:36 -0400
  • b7cd1f540d
    TensorBoard add_graph() fix (#3236) Glenn Jocher 2021-05-19 13:51:55 +0200
  • 3f74cd9ed1
    Parameterize max_det + inference default at 1000 (#3215) Adrian Holovaty 2021-05-17 22:47:44 +0200
  • 13a1c72699
    Update datasets.py (#3216) Glenn Jocher 2021-05-17 22:24:26 +0200
  • ffb47ffbeb
    Silent Patches Bug Fix (#3214) Glenn Jocher 2021-05-17 17:47:30 +0200
  • 36b0a9e7d0
    Add CAP_PROP_FRAME_COUNT for YouTube sources (#3193) Glenn Jocher 2021-05-17 12:27:40 +0200
  • ae53f50ae7
    Plot labels histogram colors (#3192) Glenn Jocher 2021-05-17 11:44:22 +0200
  • b133baa336
    Add `device` argument to PyTorch Hub models (#3104) Christoph Gerum 2021-05-16 17:41:26 +0200
  • 9ab561dbfc
    Parameterize ONNX `--opset-version` (#3154) Cristi Fati 2021-05-16 17:13:03 +0300
  • be86c21c73
    rename class autoShape -> AutoShape (#3173) Yonghye Kwon 2021-05-16 22:46:45 +0900
  • 17b0f71538
    SKU-110K CVPR2019 Dataset Auto-Download (#3167) Glenn Jocher 2021-05-14 17:05:26 +0200
  • 06372b1465
    Scope all hubconf.py imports for torch.hub.list() (#3145) Glenn Jocher 2021-05-12 20:28:26 +0200
  • 1935266951
    Scope imports for torch.hub.list() improvement (#3144) Glenn Jocher 2021-05-12 20:18:32 +0200
  • b098600763
    Update requirements.txt `onnx>=1.9.0` (#3143) Glenn Jocher 2021-05-12 19:56:12 +0200
  • f12cef85a3
    TorchScript, ONNX, CoreML Export tutorial title (#3142) Glenn Jocher 2021-05-12 19:49:12 +0200
  • d9b4e6b748
    Add `--include torchscript onnx coreml` argument (#3137) Cristi Fati 2021-05-12 20:46:32 +0300
  • bd6f6a784a
    Add yolov5/__init__.py (#3127) KC-Zhang 2021-05-12 12:50:35 -0400
  • 7918eed040
    Update https://ultralytics.com/images/zidane.jpg (#3140) Glenn Jocher 2021-05-12 18:30:31 +0200
  • c1c7eb023f
    Update JSON response (#3139) Glenn Jocher 2021-05-12 18:23:50 +0200
  • 52c05707d6
    Update Colors() (#3046) Glenn Jocher 2021-05-12 17:41:11 +0200
  • abfcf9eb79
    Replace print() with logging.info() in trainloader (#3103) Glenn Jocher 2021-05-10 17:07:16 +0200
  • 25f8ab835e
    detect.py streaming source `--save-crop` bug fix (#3102) Glenn Jocher 2021-05-10 16:39:37 +0200
  • d6a71ae5f2
    Update GlobalWheat2020.yaml test: # 1276 images (#3101) Glenn Jocher 2021-05-10 16:04:10 +0200
  • 60fe54449d
    Update train.py (#3099) Glenn Jocher 2021-05-10 15:26:23 +0200
  • 525f4f86a9
    Add --optimize argument (#3093) Glenn Jocher 2021-05-10 12:13:44 +0200
  • 57b0d3a605
    Add check_python() (#3088) Glenn Jocher 2021-05-09 15:33:38 +0200
  • 91547edec1
    Update detect.py (#3087) Glenn Jocher 2021-05-09 13:01:58 +0200