Commit History
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309)
8c326a1
unverified
Add pre-commit CI actions (#4982)
ed887b5
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
Fix `yaml.safe_load()` ignore emoji errors (#5060)
070af88
unverified
Clip TTA Augmented Tails (#5028)
d133968
unverified
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
Update relative `ROOT` logic (#4955)
5ed2860
unverified
Update `sys.path.append(str(ROOT))` (#4852)
4d1a2ac
unverified
Refactor `forward()` method profiling (#4816)
0dc725e
unverified
Replace `path.absolute()` with `path.resolve()` (#4763)
c47be26
unverified
Add suffix checks (#4711)
a2b3c71
unverified
Fix for `python models/yolo.py --profile` (#4541)
2da6444
unverified
Add `SPPF()` layer (#4420)
01cdb76
unverified
Standardize headers and docstrings (#4417)
24bea5e
unverified
Add `yolov5s-ghost.yaml` (#4412)
4e8c81a
unverified
Fix module count in parse_model (#4379)
e7fc274
unverified
Yuantao Yang
yangyuantao
commited on
Simpler code for DWConvClass (#4310)
e96c74b
unverified
Add `DWConvClass()` (#4274)
587c4b4
unverified
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