Commit History
Fix CoreML P6 inference (#6700)
56697c4
unverified
Fix TF exports >= 2GB (#6292)
66e5d79
unverified
Fix yolov3.yaml remove list (#6655)
ee6c70a
unverified
YOLOv5 Export Benchmarks (#6613)
a45e472
unverified
Edge TPU TF imports fix (#6542)
dc7e093
unverified
Fix 6 Flake8 issues (#6541)
cba4303
unverified
Edge TPU `tf.lite.experimental.load_delegate` fix (#6536)
079b36d
unverified
CoreML inference fix `list()` -> `sorted()` (#6496)
77977e0
unverified
Simplify TF normalized to pixels (#6494)
b884ea3
unverified
Prefer `tflite_runtime` for TFLite inference if installed (#6406)
16563ac
unverified
Update P2-P7 `models/hub` variants (#6230)
33a67b4
unverified
Edge TPU compiler comment (#6196)
5402753
unverified
Add CoreML inference (#6195)
b5b56a3
unverified
Add `tensorrt>=7.0.0` checks (#6193)
7b31a53
unverified
Global export format sort (#6182)
5bd6a97
unverified
Add OpenVINO inference (#6179)
63a4d86
unverified
Add EdgeTPU support (#3630)
d95978a
unverified
Init tensor directly on device (#6068)
c72270c
unverified
Deep Patel
commited on
Check TensorRT>=8.0.0 version (#6021)
407a905
unverified
*.torchscript inference `self.jit` fix (#6007)
c1249a4
unverified
Allow `--weights URL` (#5991)
da9a1b7
unverified
Fix Detections class `tolist()` method (#5945)
8f35436
unverified
Default PyTorch Hub to `autocast(False)` (#5926)
5bdb28e
unverified
Add ONNX inference providers (#5918)
581dc30
unverified
`Detections().tolist()` explicit argument fix (#5907)
fa05f8c
unverified
Li Zeng
commited on
`AutoShape()` models as `DetectMultiBackend()` instances (#5845)
7bf04d9
unverified
Update TorchScript suffix to `*.torchscript` (#5856)
00e308f
unverified
Fix TensorRT potential unordered binding addresses (#5826)
a4207a2
unverified
Refactor new `model.warmup()` method (#5810)
fcd180d
unverified
Scope TF imports in `DetectMultiBackend()` (#5792)
53349da
unverified
Export, detect and validation with TensorRT engine file (#5699)
7a39803
unverified
Remove `.autoshape()` method (#5694)
46daa7b
unverified
Prune unused imports (#5711)
eb51ffd
unverified
Jirka Borovec
pre-commit-ci[bot]
commited on
TFDetect dynamic anchor count assignment fix (#5668)
0453b75
unverified
Replace 2 `transpose()` with 1 `permute` in TransformerBlock()` (#5645)
c2523be
unverified
Ding Yiwei
commited on
New `DetectMultiBackend()` class (#5549)
3883261
unverified
`LOGGER` consolidation (#5569)
79bca2b
unverified
Fix `save_one_box()` (#5545)
3f64ad1
unverified
Fix for *.yaml emojis on load (#5543)
60c8a4f
unverified
Update `models/hub/*.yaml` files for v6.0n release (#5540)
fa2344c
unverified
Suppress ONNX export trace warning (#5437)
3364379
unverified
Deep Patel
commited on