yolov5 / utils /datasets.py

Commit History

Make cache saving optional (#2977)
955eea8
unverified

glenn-jocher commited on

Cleanup load_image() (#2871)
5f7d39f
unverified

JoshSong glenn-jocher commited on

YouTube Bug Fix (#2818)
aff03be
unverified

glenn-jocher commited on

YouTube Livestream Detection (#2752)
e2b7bc0
unverified

Ben Milanko glenn-jocher commited on

Add tqdm pbar.close() (#2644)
1e8ab3f
unverified

zzttqu commited on

Add '*.mpo' to supported image formats (#2615)
196bf10
unverified

maxupp maxupp commited on

PyTorch Hub models default to CUDA:0 if available (#2472)
9b11f0c
unverified

glenn-jocher commited on

Update autosplit() with annotated_only option (#2466)
38ff499
unverified

Yann Defretin glenn-jocher commited on

image weights compatible faster random index generator v2 for mosaic augmentation (#2383)
cd8ed35
unverified

Yonghye Kwon commited on

Fix labels being missed when image extension appears twice in filename (#2300)
a82dce7
unverified

Iden Craven commited on

LoadStreams() frame loss bug fix (#2222)
7b833e3
unverified

glenn-jocher commited on

YOLOv5 Segmentation Dataloader Updates (#2188)
bdd88e1
unverified

glenn-jocher commited on

Update utils/datasets.py to support .webp files (#2174)
c9bda11
unverified

Transigent commited on

Unique *.cache filenames fix (#2134)
e9b3de4
unverified

train255 glenn-jocher commited on

LoadImages() pathlib update (#2140)
4bdc5a3
unverified

glenn-jocher commited on

Start setup for improved W&B integration (#1948)
73a0669
unverified

Ayush Chaurasia glenn-jocher commited on

Add variable-stride inference support (#2091)
a18efc3
unverified

glenn-jocher commited on

Add histogram equalization fcn (#2049)
08d3119
unverified

glenn-jocher commited on

Check im.format during dataset caching (#2042)
8fcbe43
unverified

glenn-jocher commited on

Add xywhn2xyxy() (#1983)
d921214
unverified

glenn-jocher commited on

colorstr() updates (#1909)
dd03b20
unverified

glenn-jocher commited on

YOLOv5 v4.0 Release (#1837)
69be8e7
unverified

glenn-jocher commited on

clean_str() function addition (#1674)
d5289b5
unverified

glenn-jocher commited on

Streaming --save-txt bug fix (#1672)
54043a9
unverified

glenn-jocher commited on

f.read().strip() (#1551)
cff9263
unverified

glenn-jocher commited on

--image_weights bug fix (#1524)
12499f1

glenn-jocher commited on

--image_weights bug fix (#1524)
9728e2b
unverified

glenn-jocher commited on

Cache bug fix (#1513)
e9a0ae6
unverified

glenn-jocher commited on

Update caching (#1496)
2026d4c

glenn-jocher commited on

Update caching (#1496)
bde5d9a

glenn-jocher commited on

Update caching (#1496)
0822cda

glenn-jocher commited on

Update caching (#1496)
89c7a5b
unverified

glenn-jocher commited on

changed prints to logging in utils/datasets (#1315)
44f42b1
unverified

igornishka glenn-jocher commited on

Autosplit (#1488)
4798e66
unverified

glenn-jocher commited on

Update img2label_paths() (#1414)
8d2d6d2
unverified

Jacobsolawetz commited on

Recursive directories dataset capability (#1408)
548a98a
unverified

glenn-jocher commited on

Utils reorganization (#1392)
fe341fa
unverified

glenn-jocher commited on

PyTorch version to screen and cleanup (#1325)
19e2482
unverified

glenn-jocher commited on

Multi-threaded image caching
194f168

glenn-jocher commited on

Improved corruption handling during scan and cache (#999)
481d46c

glenn-jocher commited on

Improved corruption handling during scan and cache (#999)
d61930e

glenn-jocher commited on

fix padding for rectangular inference (#1165)
9291daa
unverified

Shiwei Song swsong commited on

Simplified inference (#1153)
3b57cb5
unverified

glenn-jocher commited on

mosaic4 bottom left image fix (#1021)
7220cee
unverified

haoyuefan commited on

add mosaic and warmup to hyperparameters (#931)
f1c63e2

glenn-jocher commited on

self.label_files bug fix (#958)
806e75f

glenn-jocher commited on

LoadImagesAndLabels() /images/ to /labels/ fix (#928)
720645d

glenn-jocher commited on