Commit History
Add OpenVINO inference (#6179)
63a4d86
unverified
Add EdgeTPU support (#3630)
d95978a
unverified
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
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
precommit: isort (#5493)
0155548
unverified
Fix float zeros format (#5491)
5866646
unverified
Fix MixConv2d() remove shortcut + apply depthwise (#5410)
5d4258f
unverified
Add pre-commit CI actions (#4982)
ed887b5
unverified
Update `AutoShape.forward()` model.classes example (#5324)
9c31a66
unverified
Refactor `Detect()` anchors for ONNX <> OpenCV DNN compatibility (#4833)
9d75e42
unverified
Fix different devices bug when moving model from GPU to CPU (#5110)
a0e1504
unverified
Automatic Chinese fonts plotting (#4951)
a820b43
unverified
Allow `multi_label` option for NMS with PyTorch Hub (#4728)
1cad0ce
unverified
Add `crops = results.crops()` dictionary (#4676)
0d8a184
unverified
Auto-UTF handling (#4594)
e5e5ebc
unverified
Create `Annotator()` class (#4591)
de44376
unverified
Add `SPPF()` layer (#4420)
01cdb76
unverified
Standardize headers and docstrings (#4417)
24bea5e
unverified
Merge PIL and OpenCV in `plot_one_box(use_pil=False)` (#4416)
2da4e7a
unverified
Add `yolov5s-ghost.yaml` (#4412)
4e8c81a
unverified
Simpler code for DWConvClass (#4310)
e96c74b
unverified
Add `DWConvClass()` (#4274)
587c4b4
unverified
Update variables (#4273)
9c6732f
unverified
Update Autoshape forward header (#4271)
306fc01
unverified
Suppress torch 1.9.0 max_pool2d() warning (#4227)
18f6ba7
unverified
Update Hub Path inputs (#4200)
2683b18
unverified
Module `super().__init__()` (#4065)
b1be685
unverified
`val.py` refactor (#4053)
f7d8562
unverified
AutoShape PosixPath support (#4047)
9dd33fd
unverified
Alert (no detections) (#3984)
d204a61
unverified
Update `probability` to `p` (#3980)
b3dabdc
unverified
Update `setattr()` default for Hub PIL images (#3923)
588094e
unverified
jmiranda-laplateforme
commited on