yolov5 / models /common.py

Commit History

Context manager `open(file) as f` fixes (#7289)
5f97001
unverified

glenn-jocher commited on

TorchScript single-output fix (#7261)
8bc839e
unverified

glenn-jocher commited on

precommit: yapf (#5494)
c3d5ac1
unverified

Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on

Revert `C3()` change (#7172)
ee77632
unverified

glenn-jocher commited on

Add PyTorch Hub `results.save(labels=False)` option (#7129)
a0a4adf
unverified

glenn-jocher commited on

Remove named arguments where possible (#7105)
ecc2c7b
unverified

glenn-jocher commited on

Update common.py lists for tuples (#7063)
0529b77
unverified

glenn-jocher commited on

Consistent saved_model output format (#7032)
4effd06
unverified

Mrinal Jain commited on

YOLOv5 Export Benchmarks for GPU (#6963)
932dc78
unverified

glenn-jocher commited on

Tensor initialization on device improvements (#6959)
701e117
unverified

glenn-jocher commited on

DetectMultiBackend() return `device` update (#6958)
52c1399
unverified

glenn-jocher commited on

DetectMultiBackend() `--half` handling (#6945)
b94b59e
unverified

glenn-jocher commited on

Fix PyTorch Hub export inference shapes (#6949)
84efa62
unverified

glenn-jocher commited on

Default FP16 TensorRT export (#6798)
596de6d
unverified

DavidB glenn-jocher commited on

Edge TPU inference fix (#6686)
a297efc
unverified

Raffaele Galliera glenn-jocher commited on

Fix CoreML P6 inference (#6700)
56697c4
unverified

glenn-jocher pre-commit-ci[bot] commited on

Fix TF exports >= 2GB (#6292)
66e5d79
unverified

zldrobit pre-commit-ci[bot] glenn-jocher commited on

YOLOv5 Export Benchmarks (#6613)
a45e472
unverified

glenn-jocher pre-commit-ci[bot] commited on

Edge TPU TF imports fix (#6542)
dc7e093
unverified

glenn-jocher commited on

Edge TPU `tf.lite.experimental.load_delegate` fix (#6536)
079b36d
unverified

glenn-jocher pre-commit-ci[bot] commited on

CoreML inference fix `list()` -> `sorted()` (#6496)
77977e0
unverified

glenn-jocher commited on

Simplify TF normalized to pixels (#6494)
b884ea3
unverified

glenn-jocher commited on

Prefer `tflite_runtime` for TFLite inference if installed (#6406)
16563ac
unverified

motokimura glenn-jocher commited on

Update P2-P7 `models/hub` variants (#6230)
33a67b4
unverified

glenn-jocher commited on

Edge TPU compiler comment (#6196)
5402753
unverified

glenn-jocher commited on

Add CoreML inference (#6195)
b5b56a3
unverified

glenn-jocher commited on

Add `tensorrt>=7.0.0` checks (#6193)
7b31a53
unverified

glenn-jocher commited on

Global export format sort (#6182)
5bd6a97
unverified

glenn-jocher commited on

Add OpenVINO inference (#6179)
63a4d86
unverified

glenn-jocher commited on

Add EdgeTPU support (#3630)
d95978a
unverified

zldrobit glenn-jocher unknown pre-commit-ci[bot] commited on

Check TensorRT>=8.0.0 version (#6021)
407a905
unverified

glenn-jocher pre-commit-ci[bot] commited on

*.torchscript inference `self.jit` fix (#6007)
c1249a4
unverified

glenn-jocher commited on

Allow `--weights URL` (#5991)
da9a1b7
unverified

glenn-jocher commited on

Fix Detections class `tolist()` method (#5945)
8f35436
unverified

yonomitt pre-commit-ci[bot] glenn-jocher commited on

Default PyTorch Hub to `autocast(False)` (#5926)
5bdb28e
unverified

glenn-jocher commited on

Add ONNX inference providers (#5918)
581dc30
unverified

glenn-jocher commited on

`Detections().tolist()` explicit argument fix (#5907)
fa05f8c
unverified

Li Zeng commited on

`AutoShape()` models as `DetectMultiBackend()` instances (#5845)
7bf04d9
unverified

glenn-jocher commited on

Update TorchScript suffix to `*.torchscript` (#5856)
00e308f
unverified

glenn-jocher commited on

Fix TensorRT potential unordered binding addresses (#5826)
a4207a2
unverified

imyhxy commited on

Refactor new `model.warmup()` method (#5810)
fcd180d
unverified

glenn-jocher commited on

Scope TF imports in `DetectMultiBackend()` (#5792)
53349da
unverified

Phil2020 glenn-jocher commited on

Export, detect and validation with TensorRT engine file (#5699)
7a39803
unverified

imyhxy glenn-jocher commited on

Remove `.autoshape()` method (#5694)
46daa7b
unverified

glenn-jocher commited on

Replace 2 `transpose()` with 1 `permute` in TransformerBlock()` (#5645)
c2523be
unverified

Ding Yiwei commited on

New `DetectMultiBackend()` class (#5549)
3883261
unverified

glenn-jocher pre-commit-ci[bot] commited on

`LOGGER` consolidation (#5569)
79bca2b
unverified

glenn-jocher pre-commit-ci[bot] commited on

Fix `save_one_box()` (#5545)
3f64ad1
unverified

glenn-jocher pre-commit-ci[bot] commited on

precommit: isort (#5493)
0155548
unverified

Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on