CoolFace
Apppublic

xiang-wuu/yolov5

sourceHugging Faceupdated 4y agoView on Hugging Face
3likes
50 commits on main
096b5cd4y ago

Merge branch 'ultralytics:master' into main

Xiang Shin Wuu
d00ffff4y ago

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

xiang-wuu
f12da5d4y ago

due to build error changing cuda device tag

xiang-wuu
e309a854y ago

Add val.py no label warning (#8782)

glenn-jocher
7ad6a7d4y ago

requirement.txt updated to support gradio package

xiang-wuu
e3840b24y ago

README updated to support integration of gradio & hugging spaces

xiang-wuu
da9c9dd4y ago

inference and integration using gradio app

xiang-wuu
567397d4y ago

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

jbutle55, glenn-jocher
587a3a34y ago

Dynamic batch size support for TensorRT (#8526)

democat, Colin Wong, pre-commit-ci[bot], glenn-jocher
60fa02e4y ago

Merge original yolov5 master branch 'origin' into spaces main

xiang-wuu
5567ee64y ago

initial commit

Xiang Shin Wuu
3e858634y ago

Revert protobuf<=3.20.1 (#8742)

glenn-jocher
0b5ac224y ago

fix: broken ``is_docker`` check (#8711)

maxstrobel, Maximilian Strobel, glenn-jocher
c775a294y ago

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

glenn-jocher
d5116bb4y ago

coremltools>=5.2 for CoreML export (#8725)

glenn-jocher
2e1291f4y ago

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

UnglvKitDe, pre-commit-ci[bot], glenn-jocher
b3678604y ago

New `HUBDatasetStats()` class (#8716)

glenn-jocher, pre-commit-ci[bot]
a6f197a4y ago

Update dataloaders.py (#8714)

glenn-jocher
7215a0f4y ago

Avoid cv2 window init code on Windows (#8712)

glenn-jocher
0ab303b4y ago

Remove `else:` from load_image() (#8692)

glenn-jocher
916bdb14y ago

Faster crop saving (#8696)

glenn-jocher
b5109574y ago

Move .dockerignore to root (#8690)

glenn-jocher
7f7bd6f4y ago

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

glenn-jocher
1c5e92a4y ago

Add generator and worker seed (#8602)

UnglvKitDe, pre-commit-ci[bot], glenn-jocher
b92430a4y ago

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

glenn-jocher
b17629e4y ago

Update warning emojis (#8678)

glenn-jocher
38721de4y ago

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

glenn-jocher
4c1784b4y ago

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

glenn-jocher
602d7ff4y ago

Check TensorBoard logger before adding graph (#8664)

Rüdiger Busche
92e47b84y ago

Upgrade onnxsim to v0.4.1 (#8632)

KaleiNeely, glenn-jocher
fbe67e44y ago

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

glenn-jocher
9cf5fd54y ago

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

glenn-jocher, pre-commit-ci[bot]
51fb4674y ago

Refactor optimizer initialization (#8607)

glenn-jocher, pre-commit-ci[bot]
24305784y ago

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

glenn-jocher
a34b3764y ago

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

glenn-jocher
6e86af34y ago

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

glenn-jocher
5c45a4b4y ago

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

glenn-jocher
cf28dda4y ago

Update `scipy>=1.7.3` (#8595)

glenn-jocher
7204c1c4y ago

Explicitly set `weight_decay` value (#8592)

developer0hye, pre-commit-ci[bot], glenn-jocher
72a81e74y ago

Update requirements.txt comment spacing (#8562)

glenn-jocher
f4b05684y ago

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

democat
f8722b44y ago

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

democat
574ceed4y ago

Add `thop>=0.1.0` (#8558)

glenn-jocher
fbd30204y ago

Add TensorRT dependencies (#8553)

曾逸夫(Zeng Yifu)
04146374y ago

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

glenn-jocher
a84cd024y ago

CIoU protected divides (#8546)

glenn-jocher
7dafd1c4y ago

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

glenn-jocher
526e6504y ago

Fix `LoadImages()` with dataset YAML lists (#8517)

democat, Colin Wong, glenn-jocher
c215e874y ago

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

glenn-jocher
63ba0cb4y ago

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

glenn-jocher