Wenchao Ding
|
400f3f72a1
|
`ultralytics 8.0.127` add FastSAM model (#3390)
Co-authored-by: dingwenchao <12962189468@163.com>
Co-authored-by: 丁文超 <dingwenchao@dingwenchaodeMacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
|
1 year ago |
Glenn Jocher
|
91905b4b0b
|
Pass export=True to RTDETRDecoder (#3550)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Kayzwer
|
adb1a6b091
|
Update README.md (code to run rtdetr on C#) (#3539)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
74275655dc
|
Update default.yaml `imgsz` comment (#3551)
|
1 year ago |
Glenn Jocher
|
ee6cf11378
|
Save Keypoints visible to text (#3547)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
4c22273198
|
`ultralytics 8.0.126` Ray Tune refactoring (#3511)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
DennisJ
|
69a2d70a78
|
Update YOLOv8-ONNXRuntime-CPP (#3455)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
1c4a363497
|
Update Discord links to role assign (#3533)
|
1 year ago |
Glenn Jocher
|
25159c9376
|
Set `close_mosaic: 10` in default.yaml (#3525)
|
1 year ago |
pre-commit-ci[bot]
|
fe4d64d985
|
[pre-commit.ci] pre-commit suggestions (#3510)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Laughing
|
8c0a7440df
|
[RTDETR]fix mosaic<1.0 (#3518)
|
1 year ago |
Glenn Jocher
|
31b46bf2b4
|
Update ViT ops.py to `torch.long` (#3508)
Co-authored-by: Laughing-q <1185102784@qq.com>
|
1 year ago |
Glenn Jocher
|
8a11eda4a9
|
`ultralytics 8.0.125` NMS speed improvements (#3463)
Co-authored-by: Compunet <117437050+dme-compunet@users.noreply.github.com>
|
1 year ago |
CptCaptain
|
0e5a6b8158
|
DVCLive cache images (#3459)
|
1 year ago |
Andy
|
5e38c7d71b
|
Improve NMS speed (#3467)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Neloy262
|
586c95b8a9
|
Add torch.Tensor results image saving (#3475)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
cd0bf05aa4
|
Cap head scaling with `min(nc, 100)` (#3436)
|
1 year ago |
Glenn Jocher
|
17e139220b
|
`ultralytics 8.0.124` lapx package and multiple-unzip fix (#3423)
|
1 year ago |
Liam Parker
|
27a24b2796
|
Change key format for `images` dict in `convert_coco` (#3419) (#3420)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
05760b04c4
|
Fix dataset multiple unzip behavior (#3413)
|
1 year ago |
Glenn Jocher
|
42057fdc95
|
`lapx` package replacement for `lap` (#3383)
|
1 year ago |
Glenn Jocher
|
12f3089110
|
Update Discord invite link (#3397)
|
1 year ago |
Laughing
|
e93a5fbff6
|
Fix RTDETR val_batch_pred (#3392)
|
1 year ago |
Glenn Jocher
|
4e08e12256
|
Docker `apt install gnupg g++` for `lap` (#3381)
|
1 year ago |
Glenn Jocher
|
b5a2be8ca8
|
`ultralytics 8.0.123` Ubuntu security and VideoWriter codec fixes (#3380)
|
1 year ago |
Glenn Jocher
|
8b50b2a897
|
Fix video writing (#3379)
|
1 year ago |
Glenn Jocher
|
9b00d37022
|
FROM ubuntu:lunar-20230615 and `lap` install fixes (#3374)
|
1 year ago |
Glenn Jocher
|
ca2c8774d8
|
Add FastSAM docs page (#3371)
|
1 year ago |
Glenn Jocher
|
15c027a9fc
|
Add `torch.Tensor` checks and pip badges (#3368)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
682c9ef70f
|
`ultralytics 8.0.122` Fix `torch.Tensor` inference (#3363)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: krzysztof.gonia <4281421+kgonia@users.noreply.github.com>
|
1 year ago |
Kayzwer
|
51d8cfa9c3
|
Fix RT-DETR exported onnx model (#3317)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Compunet
|
2f58b5821a
|
[Example] Add example application for .NET (#3311)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
|
1 year ago |
Glenn Jocher
|
5381fc8a58
|
Warn `save` disabled for torch inference (#3361)
|
1 year ago |
Jieun Park
|
2ebd808b69
|
Increase NCCL timeout from 1 hour to 3 hours (#3343)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
137552996a
|
`ultralytics 8.0.121` RTDETR fix and Docs updates (#3314)
|
1 year ago |
Glenn Jocher
|
35c02c8319
|
Fix Pose export from YAML (#3312)
|
1 year ago |
Laughing
|
9d1e5567de
|
[RTDETR]Fix val loss (#3280)
|
1 year ago |
Glenn Jocher
|
d8701b42ca
|
`ultralytics 8.0.120` CLI support for SAM, RTDETR (#3273)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Jeroen
|
2e8313b032
|
Allow setting MLFlow experiment name through env var (#3266)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Wang Xin
|
0632c88722
|
Update datasets/classify/index.md Docs (#3244)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Sergiu Waxmann
|
e9205974ff
|
Docs: add docs for HUB models (#3270)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Laughing
|
eda7758521
|
[RTDETR]fix "Grad strides do not match bucket view strides" when training with DDP (#3255)
|
1 year ago |
Glenn Jocher
|
58bccb1a9f
|
Add CLI support for SAM, RTDETR (#3253)
|
1 year ago |
Glenn Jocher
|
4c2033d7c3
|
Uninstall `wandb` from notebook environments (#3247)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
064d48eff9
|
`ultralytics 8.0.119` RTDETR Trainer and ViT Docs (#3236)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
bba7cf55a0
|
Fix data.yaml absolute path bug (#3242)
|
1 year ago |
Glenn Jocher
|
9d38d2b044
|
Fix Classify confusion matrix (#3241)
|
1 year ago |
Glenn Jocher
|
9c44560ec4
|
Return `save_dir` with prediction results (#3240)
|
1 year ago |
Glenn Jocher
|
15c90bd404
|
Default classify training to `pretrained=True` (#3239)
|
1 year ago |
Glenn Jocher
|
e78fb683f4
|
`default.yaml` type comments (#3237)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |