Commit History
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
glenn-jocher
commited on
Allow `--weights URL` (#5991)
da9a1b7
unverified
glenn-jocher
commited on
Fix Detections class `tolist()` method (#5945)
8f35436
unverified
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
Export, detect and validation with TensorRT engine file (#5699)
7a39803
unverified
Remove `.autoshape()` method (#5694)
46daa7b
unverified
glenn-jocher
commited on
Prune unused imports (#5711)
eb51ffd
unverified
Jirka Borovec
pre-commit-ci[bot]
commited on
TFDetect dynamic anchor count assignment fix (#5668)
0453b75
unverified
Nrupatunga
commited on
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
glenn-jocher
commited on
Update `models/hub/*.yaml` files for v6.0n release (#5540)
fa2344c
unverified
glenn-jocher
commited on
Suppress ONNX export trace warning (#5437)
3364379
unverified
Deep Patel
commited on
Update cls bias init (#5520)
bfacfc6
unverified
glenn-jocher
commited on
precommit: isort (#5493)
0155548
unverified
Fix float zeros format (#5491)
5866646
unverified
glenn-jocher
commited on
Add tf.py verification printout (#5484)
06bf8ef
unverified
glenn-jocher
commited on
Fix tf.py `LoadImages()` dataloader return values (#5455)
042f02f
unverified
glenn-jocher
commited on
Update `get_loggers()` (#4854)
7b1f7ae
unverified
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309)
8c326a1
unverified
glenn-jocher
commited on
Fix MixConv2d() remove shortcut + apply depthwise (#5410)
5d4258f
unverified
glenn-jocher
commited on
Add pre-commit CI actions (#4982)
ed887b5
unverified
Update `AutoShape.forward()` model.classes example (#5324)
9c31a66
unverified
glenn-jocher
commited on
fix `tf` conversion in new v6 models (#5153)
34da872
unverified
YOLOv5 release v6.0 (#5141)
956be8e
unverified
glenn-jocher
commited on
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
Fix `yaml.safe_load()` ignore emoji errors (#5060)
070af88
unverified
glenn-jocher
commited on
Clip TTA Augmented Tails (#5028)
d133968
unverified
glenn-jocher
commited on
Fix pylint: do not use bare 'except' (#5025)
1922dde
unverified
Zhiqiang Wang
commited on
Fix relative `ROOT` Pytorch Hub custom model bug (#4974)
fb982d6
unverified
glenn-jocher
commited on
Update relative `ROOT` logic (#4955)
5ed2860
unverified
glenn-jocher
commited on
Automatic Chinese fonts plotting (#4951)
a820b43
unverified
glenn-jocher
commited on
TensorFlow.js export enhancements (#4905)
2c2ef25
unverified
Update `sys.path.append(str(ROOT))` (#4852)
4d1a2ac
unverified
glenn-jocher
commited on
Refactor argparser printing to `print_args()` (#4850)
3732f9a
unverified
glenn-jocher
commited on
Multiple TF export improvements (#4824)
3beb871
unverified
zldrobit
commited on
Refactor `forward()` method profiling (#4816)
0dc725e
unverified
glenn-jocher
commited on