yolov5 / utils

Commit History

Update torch_utils.py import `LOGGER` (#5483)
84a8099
unverified

glenn-jocher commited on

Improve GPU name (#5478)
df30426
unverified

glenn-jocher commited on

Update `check_git_status()` to run under `ROOT` working directory (#5441)
7476012
unverified

Mrinal Jain glenn-jocher commited on

Update `get_loggers()` (#4854)
7b1f7ae
unverified

glenn-jocher pre-commit commited on

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

Update sweep.py (#5402)
620b535
unverified

Ayush Chaurasia commited on

Add pre-commit CI actions (#4982)
ed887b5
unverified

Jirka Borovec glenn-jocher commited on

Add `autobatch` feature for best `batch-size` estimation (#5092)
ca19df5
unverified

glenn-jocher commited on

W&B: Media panel fix (#5317)
692be75
unverified

Ayush Chaurasia commited on

More informative `EarlyStopping()` message (#5303)
441b47c
unverified

glenn-jocher commited on

take EXIF orientation tags into account when fixing corrupt images (#5270)
15e8c4c
unverified

jdfr glenn-jocher commited on

autosplit: take image files with uppercase extensions into account (#5269)
db3bbdd
unverified

jdfr glenn-jocher commited on

Add `on_fit_epoch_end` callback (#5232)
752d97d
unverified

glenn-jocher commited on

Update/inplace ops (#5233)
13f7275
unverified

glenn-jocher commited on

Autofix duplicate label handling (#5210)
991c654
unverified

glenn-jocher commited on

Improved check_suffix() robustness to `''` and `""` (#5192)
7ee5aed
unverified

glenn-jocher commited on

Adjust legend labels for classes without instances (#5174)
0be58f1
unverified

NauchtanRobotics glenn-jocher commited on

W&B: DDP fix (#5176)
1172ac1
unverified

Ayush Chaurasia glenn-jocher commited on

Update autodownload fallbacks to v6.0 assets (#5177)
e520e82
unverified

glenn-jocher commited on

W&B: fix DDP with wandb disabled (#5163)
d0bfeb3
unverified

Ayush Chaurasia glenn-jocher commited on

Add class filtering to `LoadImagesAndLabels()` dataloader (#5172)
a346926
unverified

glenn-jocher commited on

Refactor `Detect()` anchors for ONNX <> OpenCV DNN compatibility (#4833)
9d75e42
unverified

jebastin-nadar glenn-jocher commited on

Update plots.py (#5127)
4cf7d48
unverified

glenn-jocher commited on

Fix SKU-110K HUB: `OSError` (#5106)
276b674
unverified

glenn-jocher commited on

Re-open IP-camera videostream if disconnected (#5074)
48b00db
unverified

Egor Orel glenn-jocher commited on

Update datasets.py comments (#5088)
57ce73c
unverified

glenn-jocher commited on

Fix `yaml.safe_load()` ignore emoji errors (#5060)
070af88
unverified

glenn-jocher commited on

Fix pylint: do not use bare 'except' (#5025)
1922dde
unverified

Zhiqiang Wang commited on

Update W&B README (#5006)
ba99092
unverified

glenn-jocher commited on

Fix URL parsing bug (#4998)
76d301b
unverified

Kalen Michael glenn-jocher commited on

Update wandb_utils.py (#4953)
0c87478
unverified

Diego Montes commited on

Fix `isascii()` method calls for python 3.6 (#4958)
c1bed60
unverified

Diego Montes glenn-jocher commited on

Automatic Chinese fonts plotting (#4951)
a820b43
unverified

glenn-jocher commited on

Scope `check_file()` search space (#4933)
5a8e434
unverified

glenn-jocher commited on

Update default Albumentations (#4931)
7933832
unverified

glenn-jocher commited on

Fix `root` referenced before assignment (#4920)
39c17ce
unverified

glenn-jocher commited on

Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919)
a64a4c8
unverified

glenn-jocher commited on

W&B: Fix dataset check (#4879)
59aae85
unverified

Ayush Chaurasia commited on

W&B: Login only in master processes (#4866)
9febea7
unverified

Ayush Chaurasia commited on

Annotator `check_font()` RANK -1 remove progress (#4864)
8ad9e4e
unverified

glenn-jocher commited on

Simplify `check_requirements()` usage (#4855)
4c839ee
unverified

glenn-jocher commited on

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

Consolidate `init_seeds()` (#4849)
84bfa89
unverified

glenn-jocher commited on

W&B: Enable login timeout (#4843)
302a1b0
unverified

Ayush Chaurasia commited on

Single `cache_version` definition (#4846)
4fdaec0
unverified

glenn-jocher commited on

Sorted datasets update to `cache_labels()` (#4845)
fe39562
unverified

glenn-jocher commited on

`PIL.ImageDraw.text(anchor=...)` removal, reduce to `>=7.1.2` (#4842)
3a822a2
unverified

glenn-jocher commited on