yolov5 / utils

Commit History

Add train.py ``--img-size` floor (#4099)
2c073cd
unverified

glenn-jocher commited on

W&B: fix refactor bugs (#4069)
0cc7c58
unverified

Ayush Chaurasia commited on

Albumentations >= 1.0.3 (#4068)
7fdcc77
unverified

glenn-jocher commited on

Missing `nc` and `names` handling in check_dataset() (#4066)
c8a98cb
unverified

glenn-jocher commited on

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

glenn-jocher Ayush Chaurasia commited on

W&B sweeps support (#3938)
62409ee
unverified

Ayush Chaurasia glenn-jocher commited on

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

glenn-jocher commited on

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

glenn-jocher commited on

Update `np.random.random()` to `random.random()` (#3967)
90e60b4
unverified

glenn-jocher commited on

Update `albumentations>=1.0.2` (#3966)
8298ce5
unverified

glenn-jocher commited on

Numerical stability fix for Albumentations (#3958)
80299a5
unverified

glenn-jocher commited on

Cache v0.4 update (#3954)
443af8b
unverified

glenn-jocher commited on

Update augmentations.py (#3948)
a26e7de
unverified

glenn-jocher commited on

Feature visualization improvements 32 (#3947)
248504c
unverified

glenn-jocher commited on

Update `dataset_stats()` for zipped datasets (#3926)
8c6f9e1
unverified

glenn-jocher commited on

`feature_visualization()` CUDA fix (#3925)
850970e
unverified

glenn-jocher commited on

Feature visualization update (#3920)
87b094b
unverified

glenn-jocher commited on

YOLOv5 + Albumentations integration (#3882)
33202b7
unverified

glenn-jocher commited on

Hub models `map_location=device` (#3894)
6a3ee7c
unverified

glenn-jocher commited on

Improved BGR2RGB speeds (#3880)
3c3f8fb
unverified

glenn-jocher commited on

Create `utils/augmentations.py` (#3877)
9e8fb9f
unverified

glenn-jocher commited on

Add multi-stream saving feature (#3864)
9d86b54
unverified

ketan-b glenn-jocher commited on

Copy-Paste augmentation for YOLOv5 (#3845)
c6c88dc
unverified

glenn-jocher commited on

Fix `LoadStreams()` dataloader frame skip issue (#3833)
7d6af69
unverified

Feras Oughali glenn-jocher commited on

Move IoU functions to metrics.py (#3820)
5ea771d
unverified

glenn-jocher commited on

Fix for `dataset_stats()` with updated data.yaml (#3819)
3213d87
unverified

glenn-jocher commited on

Update `feature_visualization()` (#3807)
02719dd
unverified

glenn-jocher commited on

Add feature map visualization (#3804)
20d45aa
unverified

Zigarss glenn-jocher commited on

Fix datasets for aws and get_coco.sh (#3788)
8e7f285
unverified

glenn-jocher commited on

Update objectness IoU sort (#3786)
8035b61
unverified

glenn-jocher commited on

NGA xView 2018 Dataset Auto-Download (#3775)
f899417
unverified

glenn-jocher commited on

W&B: Update Tables API and comply with new dataset_check (#3772)
ffb6e11
unverified

Ayush Chaurasia commited on

Add optional dataset.yaml `path` attribute (#3753)
f79d747
unverified

glenn-jocher commited on

Edit comment (#3759)
417a2f4
unverified

developer0hye commited on

Update `check_datasets()` for dynamic unzip path (#3732)
6306091
unverified

glenn-jocher commited on

Backwards compatible cache version checks (#3730)
9ac7d38
unverified

glenn-jocher commited on

Fix `img2label_paths()` order (#3720)
b83e1a4
unverified

glenn-jocher commited on

[x]W&B: Don't resume transfer learning runs (#3604)
75c0ff4
unverified

Ayush Chaurasia commited on

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

glenn-jocher commited on

Skip HSV augmentation when hyperparameters are [0, 0, 0] (#3686)
bf209f6
unverified

Mai Thanh Minh glenn-jocher commited on

Update cache check (#3691)
814806c
unverified

glenn-jocher commited on

Cache v0.3: improved corrupt image/label reporting (#3676)
f527704
unverified

glenn-jocher commited on

Update `dataset_stats()` to list of dicts (#3657)
9b6dba6
unverified

glenn-jocher commited on

Assert non-premature end of JPEG images (#3638)
d808855
unverified

xiaowk5516 glenn-jocher commited on

Update `verify_image_label()` (#3635)
6c0e1d9
unverified

glenn-jocher commited on

Update `check_file()` (#3622)
7d3686a
unverified

glenn-jocher commited on

Suppress wandb images size mismatch warning (#3611)
daab682
unverified

Ayush Chaurasia glenn-jocher commited on