Commit History

Merge branch 'ultralytics:master' into main
096b5cd
unverified

Xiang Shin Wuu commited on

fallback cpu, as no support for cuda device on hf spaces
d00ffff

xiang-wuu commited on

due to build error changing cuda device tag
f12da5d

xiang-wuu commited on

Add val.py no label warning (#8782)
e309a85
unverified

glenn-jocher commited on

requirement.txt updated to support gradio package
7ad6a7d

xiang-wuu commited on

README updated to support integration of gradio & hugging spaces
e3840b2

xiang-wuu commited on

inference and integration using gradio app
da9c9dd

xiang-wuu commited on

Fix confusion matrix update when no predictions are made (#8748)
567397d
unverified

jbutle55 glenn-jocher commited on

Dynamic batch size support for TensorRT (#8526)
587a3a3
unverified

democat Colin Wong pre-commit-ci[bot] glenn-jocher commited on

Merge original yolov5 master branch 'origin' into spaces main
60fa02e

xiang-wuu commited on

initial commit
5567ee6

Xiang Shin Wuu commited on

Revert protobuf<=3.20.1 (#8742)
3e85863
unverified

glenn-jocher commited on

fix: broken ``is_docker`` check (#8711)
0b5ac22
unverified

Max Strobel Maximilian Strobel glenn-jocher commited on

Revert "Fix BGR->RGB Bug in albumentations #8641" (#8727)
c775a29
unverified

glenn-jocher commited on

coremltools>=5.2 for CoreML export (#8725)
d5116bb
unverified

glenn-jocher commited on

Fix BGR->RGB Bug in albumentations #8641 (#8695)
2e1291f
unverified

UnglvKitDe pre-commit-ci[bot] glenn-jocher commited on

New `HUBDatasetStats()` class (#8716)
b367860
unverified

glenn-jocher pre-commit-ci[bot] commited on

Update dataloaders.py (#8714)
a6f197a
unverified

glenn-jocher commited on

Avoid cv2 window init code on Windows (#8712)
7215a0f
unverified

glenn-jocher commited on

Remove `else:` from load_image() (#8692)
0ab303b
unverified

glenn-jocher commited on

Faster crop saving (#8696)
916bdb1
unverified

glenn-jocher commited on

Move .dockerignore to root (#8690)
b510957
unverified

glenn-jocher commited on

Set `torch.cuda.manual_seed_all()` for DDP (#8688)
7f7bd6f
unverified

glenn-jocher commited on

Add generator and worker seed (#8602)
1c5e92a
unverified

UnglvKitDe pre-commit-ci[bot] glenn-jocher commited on

Update hubconf.py to reset logging level to INFO (#8680)
b92430a
unverified

glenn-jocher commited on

Update warning emojis (#8678)
b17629e
unverified

glenn-jocher commited on

Update hubconf.py to reset LOGGER.level after load (#8674)
38721de
unverified

glenn-jocher commited on

Use contextlib's suppress method to silence an error (#8668)
4c1784b
unverified

glenn-jocher commited on

Check TensorBoard logger before adding graph (#8664)
602d7ff
unverified

Rüdiger Busche commited on

Fix `OMP_NUM_THREADS=1` for macOS (#8624)
fbe67e4
unverified

glenn-jocher commited on

assert torch!=1.12.0 for DDP training (#8621)
9cf5fd5
unverified

glenn-jocher pre-commit-ci[bot] commited on

Refactor optimizer initialization (#8607)
51fb467
unverified

glenn-jocher pre-commit-ci[bot] commited on

FROM nvcr.io/nvidia/pytorch:22.06-py3 (#8600)
2430578
unverified

glenn-jocher commited on

Link fuse() to AutoShape() for Hub models (#8599)
a34b376
unverified

glenn-jocher commited on

Add `pip install wheel` to avoid legacy `setup.py install` (#8597)
6e86af3
unverified

glenn-jocher commited on

Update `tqdm>=4.64.0` and `thop>=0.1.1` (#8596)
5c45a4b
unverified

glenn-jocher commited on

Update `scipy>=1.7.3` (#8595)
cf28dda
unverified

glenn-jocher commited on

Explicitly set `weight_decay` value (#8592)
7204c1c
unverified

Yonghye Kwon pre-commit-ci[bot] glenn-jocher commited on

Update requirements.txt comment spacing (#8562)
72a81e7
unverified

glenn-jocher commited on

Assert `--optimize` not used with cuda device (#8569)
f4b0568
unverified

democat commited on

Raise error on suffix-less model path (#8561)
f8722b4
unverified

democat commited on

Add `thop>=0.1.0` (#8558)
574ceed
unverified

glenn-jocher commited on

Add TensorRT dependencies (#8553)
fbd3020
unverified

曾逸夫(Zeng Yifu) commited on

Update metrics.py with IoU protected divides (#8550)
0414637
unverified

glenn-jocher commited on

CIoU protected divides (#8546)
a84cd02
unverified

glenn-jocher commited on

val.py `assert ncm == nc` fix (#8545)
7dafd1c
unverified

glenn-jocher commited on

Fix `LoadImages()` with dataset YAML lists (#8517)
526e650
unverified

democat Colin Wong glenn-jocher commited on

XML export `--half` fix (#8522)
c215e87
unverified

glenn-jocher commited on

Add `--half` arguments to export.py Usage examples (#8516)
63ba0cb
unverified

glenn-jocher commited on