Add PyTorch Hub `results.save(labels=False)` option (#7129) a0a4adf unverified glenn-jocher commited on Mar 24, 2022
Remove named arguments where possible (#7105) ecc2c7b unverified glenn-jocher commited on Mar 22, 2022
Tensor initialization on device improvements (#6959) 701e117 unverified glenn-jocher commited on Mar 12, 2022
DetectMultiBackend() return `device` update (#6958) 52c1399 unverified glenn-jocher commited on Mar 12, 2022
DetectMultiBackend() `--half` handling (#6945) b94b59e unverified glenn-jocher commited on Mar 11, 2022
Fix PyTorch Hub export inference shapes (#6949) 84efa62 unverified glenn-jocher commited on Mar 11, 2022
Edge TPU inference fix (#6686) a297efc unverified Raffaele Galliera glenn-jocher commited on Feb 19, 2022
Fix CoreML P6 inference (#6700) 56697c4 unverified glenn-jocher pre-commit-ci[bot] commited on Feb 18, 2022
Fix TF exports >= 2GB (#6292) 66e5d79 unverified zldrobit pre-commit-ci[bot] glenn-jocher commited on Feb 18, 2022
YOLOv5 Export Benchmarks (#6613) a45e472 unverified glenn-jocher pre-commit-ci[bot] commited on Feb 12, 2022
Edge TPU `tf.lite.experimental.load_delegate` fix (#6536) 079b36d unverified glenn-jocher pre-commit-ci[bot] commited on Feb 4, 2022
CoreML inference fix `list()` -> `sorted()` (#6496) 77977e0 unverified glenn-jocher commited on Feb 1, 2022
Prefer `tflite_runtime` for TFLite inference if installed (#6406) 16563ac unverified motokimura glenn-jocher commited on Jan 25, 2022
Add EdgeTPU support (#3630) d95978a unverified zldrobit glenn-jocher unknown pre-commit-ci[bot] commited on Dec 31, 2021
Check TensorRT>=8.0.0 version (#6021) 407a905 unverified glenn-jocher pre-commit-ci[bot] commited on Dec 17, 2021
*.torchscript inference `self.jit` fix (#6007) c1249a4 unverified glenn-jocher commited on Dec 16, 2021
Fix Detections class `tolist()` method (#5945) 8f35436 unverified yonomitt pre-commit-ci[bot] glenn-jocher commited on Dec 11, 2021
Default PyTorch Hub to `autocast(False)` (#5926) 5bdb28e unverified glenn-jocher commited on Dec 8, 2021
`Detections().tolist()` explicit argument fix (#5907) fa05f8c unverified Li Zeng commited on Dec 7, 2021
`AutoShape()` models as `DetectMultiBackend()` instances (#5845) 7bf04d9 unverified glenn-jocher commited on Dec 4, 2021
Update TorchScript suffix to `*.torchscript` (#5856) 00e308f unverified glenn-jocher commited on Dec 2, 2021
Fix TensorRT potential unordered binding addresses (#5826) a4207a2 unverified imyhxy commited on Nov 30, 2021
Refactor new `model.warmup()` method (#5810) fcd180d unverified glenn-jocher commited on Nov 27, 2021
Scope TF imports in `DetectMultiBackend()` (#5792) 53349da unverified Phil2020 glenn-jocher commited on Nov 25, 2021
Export, detect and validation with TensorRT engine file (#5699) 7a39803 unverified imyhxy glenn-jocher commited on Nov 22, 2021
Replace 2 `transpose()` with 1 `permute` in TransformerBlock()` (#5645) c2523be unverified Ding Yiwei commited on Nov 15, 2021
New `DetectMultiBackend()` class (#5549) 3883261 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 9, 2021
`LOGGER` consolidation (#5569) 79bca2b unverified glenn-jocher pre-commit-ci[bot] commited on Nov 8, 2021
Fix `save_one_box()` (#5545) 3f64ad1 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 6, 2021
precommit: isort (#5493) 0155548 unverified Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on Nov 4, 2021
Fix MixConv2d() remove shortcut + apply depthwise (#5410) 5d4258f unverified glenn-jocher commited on Oct 30, 2021
Add pre-commit CI actions (#4982) ed887b5 unverified Jirka Borovec glenn-jocher commited on Oct 28, 2021
Update `AutoShape.forward()` model.classes example (#5324) 9c31a66 unverified glenn-jocher commited on Oct 25, 2021
Refactor `Detect()` anchors for ONNX <> OpenCV DNN compatibility (#4833) 9d75e42 unverified jebastin-nadar glenn-jocher commited on Oct 11, 2021