Commit History
Module `super().__init__()` (#4065)
b1be685
unverified
`val.py` refactor (#4053)
f7d8562
unverified
Rename `test.py` to `val.py` (#4000)
720aaa6
unverified
Feature visualization update (#3920)
87b094b
unverified
Models `*.yaml` reformat (#3875)
81b3182
unverified
Add feature map visualization (#3804)
20d45aa
unverified
Update export.py, yolo.py `sys.path.append()` (#3579)
53ed872
unverified
Merge `develop` branch into `master` (#3518)
f3c3d2c
unverified


yolo.py header (#3347)
1f8d716
unverified
rename class autoShape -> AutoShape (#3173)
be86c21
unverified
Fix ONNX export using --grid --simplify --dynamic simultaneously (#2982)
b292837
unverified
YOLOv5 AWS Inferentia Inplace compatibility updates (#2953)
41f5cc5
unverified
Add yolov5/ to sys.path() for *.py subdir exec (#2949)
4200674
unverified
Improved yolo.py profiling (#2940)
4890499
unverified
Add verbose option to pytorch hub models (#2926)
c0d3f80
unverified
Update yolo.py (#2899)
cdb678f
unverified
Implement yaml.safe_load() (#2876)
f7bc685
unverified
Add TransformerLayer, TransformerBlock, C3TR modules (#2333)
1148e2e
unverified
Update detections() self.t = tuple() (#2617)
a57f23d
unverified
Anchor override (#2350)
a3ecf0f
unverified
remove TTA 1 pixel offset (#2325)
fd96810
unverified
Update yolo.py (#2120)
cbd55da
unverified


Update yolo.py channel array (#2223)
f8464b4
unverified
TTA augument boxes one pixel shifted in de-flip ud and lr (#2219)
3ff783c
unverified
GhostConv update (#2082)
6bfa9c2
unverified
Add histogram equalization fcn (#2049)
08d3119
unverified
Update yolo.py with yaml.SafeLoader (#1970)
4501169
unverified
Abhiram V
commited on
YOLOv5 v4.0 Release (#1837)
69be8e7
unverified
leaf Variable inplace bug fix (#1759)
9922c11
unverified
Input channel yaml['ch'] addition (#1741)
394d1c8
unverified
Update C3 module (#1705)
7997241
unverified
Implement default class names (#1609)
d929bb6
unverified
Improved FLOPS computation (#1398)
d8f5fcf
unverified
Utils reorganization (#1392)
fe341fa
unverified
PyTorch version to screen and cleanup (#1325)
19e2482
unverified
PyTorch 1.7.0 Compatibility Updates (#1233)
c8c5ef3
unverified
Simplified inference (#1153)
3b57cb5
unverified
fuse() bug fix
c2403d7
unverified
Update ci-testing.yml reflecting sys.path additions (#869)
a12698f
unverified
model.add_nms() method
4fce009
.fuse() additional error checking
2f77cf3
print self.yaml['nc'] override update
6062bb7
remove `nn.Conv2d` in default settings (#949)
35dc935
unverified
tomguluson92
commited on