yolov5 / utils /datasets.py

Commit History

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

_RepeatSampler outside of InfiniteDataLoader
d49c52e

glenn-jocher commited on

glob.glob(recursive=True) search (#917)
9c0efdd

glenn-jocher commited on

Add InfiniteDataLoader class (#876)
1e15aad
unverified

Nanobit commited on

generalize webcam detection with opt.source.isnumeric() (yolov3 #1462)
82ed33a

glenn-jocher commited on

v3.0 Release (#725)
916d4aa
unverified

glenn-jocher commited on

max workers for dataloader (#722)
a925f28
unverified

Marc commited on

Fix redundant outputs via Logging in DDP training (#500)
4949401
unverified

Nanobit glenn-jocher commited on