yolov5 / utils /datasets.py

Commit History

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

Filter the None labels (#705)
542833c
unverified

tkianai commited on

the value should be a list to unpacking (#688)
9ae8683
unverified

tkianai commited on

Explicit Imports (#498)
d5b6416
unverified

Jirka Borovec commited on

hyperparameter expansion to flips, perspective, mixup
127cbeb

glenn-jocher commited on

replace random_affine() with random_perspective()
bcd452c

glenn-jocher commited on

Update datasets.py (#494)
4b5f480
unverified

glenn-jocher commited on

Update datasets.py (#454)
1e95337
unverified

pritul dave commited on

test.py --task test updates
aa08b2b

glenn-jocher commited on

update datasets.py to add detect.py --source glob_command feature
8412d44

glenn-jocher commited on

update datasets.py LoadImages() path improvements and Mixup
eae3330

glenn-jocher commited on

update datasets.py for image size check during caching
d6f6b33

glenn-jocher commited on

add if isfile() to get_hash()
59beae9

glenn-jocher commited on

--rect test bug fix
6649770

glenn-jocher commited on

Label caching foundational re-write #306
520f5de

glenn-jocher commited on

Merge pull request #334 from lorenzomammana/feature-multiple-datasets-training
dd8e742
unverified

glenn-jocher commited on

Update datasets.py
dd33d2a
unverified

glenn-jocher commited on

Update datasets.py
13a09fa
unverified

glenn-jocher commited on

Update datasets.py
47bf173
unverified

glenn-jocher commited on

Update datasets.py
f9bab6b
unverified

glenn-jocher commited on

Refactor code to reduce duplication
54a9e4f

lorenzomammana commited on

Handle multiple datasets
94342ac

lorenzomammana commited on

Merge pull request #275 from wanghaoyang0106/master
31b07b3
unverified

glenn-jocher commited on

Initial model ensemble capability #318
e8cf24b

glenn-jocher commited on

[bug fix] potential problem if img fed to model is in rectangular shape
b57f83d

wanghaoyang0106 commited on

add replicate() to datasets.py
9a9333d

glenn-jocher commited on

update mosaic border
37e13f8

glenn-jocher commited on

update mosaic border
93a6765

glenn-jocher commited on

refactor dataloader
77fb8ee

glenn-jocher commited on

refactor dataloader
22fb2b0

glenn-jocher commited on

add stride to datasets.py
b8557f8

glenn-jocher commited on

datasets.py vid_formats updated
024a42f

glenn-jocher commited on

vid_formats bug fix #146
5c2cd71

glenn-jocher commited on

assert best possible recall > 0.9 before training
31f3310

glenn-jocher commited on

dataset padding mode
2a0aff6

glenn-jocher commited on

datasets.py self.batch_shapes fix
ee8988b

glenn-jocher commited on