yolov5 / models /common.py

Commit History

Allow `multi_label` option for NMS with PyTorch Hub (#4728)
1cad0ce
unverified

Jean-Baptiste Martin glenn-jocher commited on

Add `crops = results.crops()` dictionary (#4676)
0d8a184
unverified

ELHoussineT glenn-jocher commited on

Auto-UTF handling (#4594)
e5e5ebc
unverified

glenn-jocher commited on

Create `Annotator()` class (#4591)
de44376
unverified

glenn-jocher commited on

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

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

Update Hub Path inputs (#4200)
2683b18
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

Alert (no detections) (#3984)
d204a61
unverified

glenn-jocher commited on

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

glenn-jocher commited on

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

jmiranda-laplateforme commited on

Improved BGR2RGB speeds (#3880)
3c3f8fb
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

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

Adrian Holovaty glenn-jocher commited on

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

Yonghye Kwon commited on

New Colors() class (#2963)
57812df
unverified

glenn-jocher commited on

Detection cropping+saving feature addition for detect.py and PyTorch Hub (#2827)
c949fc8
unverified

burhan glenn-jocher commited on

PyTorch Hub cv2 .save() .show() bug fix (#2831)
c15e25c
unverified

glenn-jocher commited on

torch.cuda.amp bug fix (#2750)
b5de52c
unverified

glenn-jocher commited on

autocast enable=torch.cuda.is_available() (#2748)
fca5e2a
unverified

glenn-jocher commited on

Add Hub results.pandas() method (#2725)
c03d590
unverified

glenn-jocher commited on

Updated filename attributes for YOLOv5 Hub BytesIO (#2718)
ec8979f
unverified

glenn-jocher commited on

Updated filename attributes for YOLOv5 Hub results (#2708)
74276d5
unverified

glenn-jocher commited on

autoShape forward im = np.asarray(im) # to numpy (#2689)
17300a4
unverified

glenn-jocher commited on

PyTorch Hub model.save() increment as runs/hub/exp (#2684)
2af059c
unverified

glenn-jocher commited on

Add TransformerLayer, TransformerBlock, C3TR modules (#2333)
1148e2e
unverified

Ding Yiwei DingYiwei glenn-jocher commited on

PyTorch Hub amp.autocast() inference (#2641)
2bf34f5
unverified

glenn-jocher commited on

Update Detections() self.n comment (#2620)
005d7a8
unverified

glenn-jocher commited on

Update detections() self.t = tuple() (#2617)
a57f23d
unverified

glenn-jocher commited on

Update Detections() times=None (#2570)
1c132a1
unverified

glenn-jocher commited on

Improved W&B integration (#2125)
e8fc97a
unverified

Ayush Chaurasia glenn-jocher commited on

autoShape() speed profiling update (#2460)
f813f6d
unverified

glenn-jocher commited on

Add autoShape() speed profiling (#2459)
569757e
unverified

glenn-jocher commited on

Update inference default to multi_label=False (#2252)
c09964c
unverified

glenn-jocher commited on

Unified hub and detect.py box and labels plotting (#2243)
5f42643
unverified

Yann Defretin commited on

Improved hubconf.py CI tests (#2251)
db28ce6
unverified

glenn-jocher commited on

YOLOv5 Hub URL inference bug fix (#2250)
9d87307
unverified

glenn-jocher commited on

YOLOv5 PyTorch Hub results.save() method retains filenames (#2194)
3e560e2
unverified

Daniel Khromov glenn-jocher commited on

PyTorch Hub results.save('path/to/dir') (#2179)
404749a
unverified

glenn-jocher commited on