yolov5 / models

Commit History

Add `SPPF()` layer (#4420)
01cdb76
unverified

glenn-jocher commited on

Standardize headers and docstrings (#4417)
24bea5e
unverified

glenn-jocher commited on

Merge PIL and OpenCV in `plot_one_box(use_pil=False)` (#4416)
2da4e7a
unverified

glenn-jocher commited on

Add `yolov5s-ghost.yaml` (#4412)
4e8c81a
unverified

glenn-jocher commited on

Fix module count in parse_model (#4379)
e7fc274
unverified

Yuantao Yang yangyuantao commited on

Simpler code for DWConvClass (#4310)
e96c74b
unverified

Yonghye Kwon commited on

Add `DWConvClass()` (#4274)
587c4b4
unverified

glenn-jocher commited on

Update variables (#4273)
9c6732f
unverified

glenn-jocher commited on

Update Autoshape forward header (#4271)
306fc01
unverified

glenn-jocher commited on

Suppress torch 1.9.0 max_pool2d() warning (#4227)
18f6ba7
unverified

glenn-jocher commited on

PyCharm reformat (#4209)
b60b62e
unverified

glenn-jocher commited on

Update yolov5-bifpn.yaml (#4208)
e016b15
unverified

glenn-jocher commited on

Update Hub Path inputs (#4200)
2683b18
unverified

glenn-jocher commited on

Create yolov5-bifpn.yaml (#4195)
1f31b7c
unverified

glenn-jocher commited on

Train from `--data path/to/dataset.zip` feature (#4185)
5d66e48
unverified

glenn-jocher commited on

Module `super().__init__()` (#4065)
b1be685
unverified

glenn-jocher commited on

`val.py` refactor (#4053)
f7d8562
unverified

glenn-jocher Ayush Chaurasia commited on

AutoShape PosixPath support (#4047)
9dd33fd
unverified

glenn-jocher commited on

Rename `test.py` to `val.py` (#4000)
720aaa6
unverified

glenn-jocher commited on

Alert (no detections) (#3984)
d204a61
unverified

glenn-jocher commited on

Update `probability` to `p` (#3980)
b3dabdc
unverified

glenn-jocher commited on

`Ensemble()` visualize fix (#3973)
647223a
unverified

KEN commited on

Update `setattr()` default for Hub PIL images (#3923)
588094e
unverified

jmiranda-laplateforme commited on

Feature visualization update (#3920)
87b094b
unverified

glenn-jocher commited on

Improved BGR2RGB speeds (#3880)
3c3f8fb
unverified

glenn-jocher commited on

Models `*.yaml` reformat (#3875)
81b3182
unverified

glenn-jocher commited on

Plot `AutoShape()` detections in ascending order (#3843)
25d1f29
unverified

glenn-jocher commited on

Concise `TransformerBlock()` (#3821)
57c5d02
unverified

glenn-jocher commited on

Add feature map visualization (#3804)
20d45aa
unverified

Zigarss glenn-jocher commited on

Update 4 main ops for paths and .run() (#3715)
1f69d12
unverified

glenn-jocher commited on

Update DDP for `torch.distributed.run` with `gloo` backend (#3680)
fad27c0
unverified

glenn-jocher commited on

Slightly modify CLI execution (#3687)
bfb2276
unverified

lb-desupervised Lewis Belcher commited on

Update export.py, yolo.py `sys.path.append()` (#3579)
53ed872
unverified

glenn-jocher commited on

Refactor models/export.py arguments (#3564)
0e5cfdb
unverified

glenn-jocher commited on

Merge `develop` branch into `master` (#3518)
f3c3d2c
unverified

glenn-jocher Piotr Skalski SkalskiP Peretz Cohen tudoulei chocosaj BuildTools Yonghye Kwon Sam_S Samridha Shrestha edificewang commited on

ONNX export in .train() mode fix (#3362)
ef4d538
unverified

WangChaofeng commited on

yolo.py header (#3347)
1f8d716
unverified

glenn-jocher commited on

Check CoreML models.train() mode (#3262)
7b36e38
unverified

glenn-jocher commited on

Parameterize max_det + inference default at 1000 (#3215)
3f74cd9
unverified

Adrian Holovaty glenn-jocher commited on

Parameterize ONNX `--opset-version` (#3154)
9ab561d
unverified

Cristi Fati commited on

rename class autoShape -> AutoShape (#3173)
be86c21
unverified

Yonghye Kwon commited on

Add `--include torchscript onnx coreml` argument (#3137)
d9b4e6b
unverified

Cristi Fati glenn-jocher commited on

Add --optimize argument (#3093)
525f4f8
unverified

glenn-jocher commited on

Update P5 + P6 model ensembling (#3082)
251aeaf
unverified

glenn-jocher commited on

Update export.py with --train mode argument (#3066)
e97d129
unverified

glenn-jocher commited on

Do not optimize CoreML TorchScript model (#3055)
3ef3a95
unverified

glenn-jocher commited on

Fix ONNX export using --grid --simplify --dynamic simultaneously (#2982)
b292837
unverified

whoam glenn-jocher commited on

Add support for FP16 (half) to export.py (#3010)
e2a80c6
unverified

Hodovo glenn-jocher commited on