Flippchen
|
02a3cdd0e7
|
Correct docstring and delete unused code in `scale_image` function (#4001)
|
1 year ago |
Ketil Malde
|
fa5c8f2764
|
Fix counter overflow for video frame crop names, set default separator for same-frame detection counter (#3982)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Kalen Michael
|
b5ea8ce872
|
Add HUB URL environment variables (#3988)
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
|
1a0eb3f099
|
`ultralytics 8.0.143` add `Model` base class (#3934)
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 |
Motoki Kimura
|
3c787eb080
|
Fix catastrophic accuracy degradation of TFLite static quantized integer models (#1695)
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 |
Glenn Jocher
|
9627323d7c
|
`ultralytics 8.0.142` add OpenVINO docs (#3624)
Co-authored-by: Adrian Boguszewski <adrian.boguszewski@intel.com>
|
1 year ago |
Glenn Jocher
|
1a8767051d
|
Update exporter.py to raise errors on export failure (#3951)
|
1 year ago |
Laughing
|
7137872f8e
|
Clip boxes in tracker (#3950)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Laughing
|
4329269c4e
|
Update augment in validator (#3943)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
9f5ab67ba2
|
Add benchmarks to Docker publish workflow (#3931)
|
1 year ago |
Glenn Jocher
|
2ee147838a
|
Add tests before pushing to Docker Hub (#3924)
|
1 year ago |
Glenn Jocher
|
86b3c001c4
|
Cleanup NCNN export files (#3925)
|
1 year ago |
Glenn Jocher
|
15f79d6f35
|
Allow paths relative to `*.txt` files for LoadImages (#3905)
|
1 year ago |
Glenn Jocher
|
20f5efd40a
|
`ultralytics 8.0.141` create new SettingsManager (#3790)
|
1 year ago |
Birk Stoveland
|
42afe772d5
|
Update tasks.py to allow custom RTEDTRDecoder arguments (#3872)
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
|
793443a452
|
Fix `get_cpu_info()` bug on Raspberry Pi (#3899)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
965e405957
|
`ultralytics 8.0.140` improved robustness to model path spaces (#3879)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Hennies <45569834+Gornoka@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
ed25db9426
|
`ultralytics 8.0.139` add FastSAM CLI support (#3860)
|
1 year ago |
Maia Numerosky
|
aa1cab74f8
|
Benchmark with custom `data.yaml` (#3858)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
nihui
|
01dcd54b19
|
Add ncnn auto thread count (#3847)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Colin Wong
|
b251b7415a
|
Fix tflite int8 scaling (#3837)
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 |
nihui
|
cf3c740fe7
|
update cli.md for export ncnn model (#3846)
|
1 year ago |
Glenn Jocher
|
796bac229e
|
`ultralytics 8.0.138` update `hub/utils.py` Events (#3839)
|
1 year ago |
Chikage0o0
|
85f191fbc7
|
`ultralytics 8.0.137` fix Windows NCNN export bug (#3803)
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 |
David de la Iglesia Castro
|
ba523e6b3e
|
Fix `eval` to `val` in dvc.py (#3771)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Yonghye Kwon
|
e71c0e3748
|
Update `dynamic` keys and comments for ONNX exports (#3772)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
96cc28b439
|
Update Classify `fitness` definition to mean of top1, top5 (#3789)
|
1 year ago |
Laughing
|
620f3eb218
|
`ultralytics 8.0.136` refactor and simplify package (#3748)
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
|
8ebe94d1e9
|
`ultralytics 8.0.135` remove deprecated `v5loader` (#3744)
|
1 year ago |
Glenn Jocher
|
114470361e
|
Remove deprecated `AutoShape` class (#3743)
|
1 year ago |
Glenn Jocher
|
135a10f1fa
|
Avoid CUDA round-trip for relevant export formats (#3727)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Harsh Dhamecha
|
c5991d7cd8
|
Updated C2f docstring (#3732)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
71f78a62b3
|
Fix `check_requirements()` console output (#3738)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
fadbef84e1
|
Fix `Arial.ttf` threaded multi-download bug (#3725)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
9aca61c465
|
Print CPU information (#3721)
|
1 year ago |
Adrian Boguszewski
|
e2f9bba964
|
Update OpenVINO requirement to `openvino>=2023.0` (#3722)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Chaoning Zhang
|
201e69e4e4
|
`ultralytics 8.0.134` add MobileSAM support (#3474)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
c55a98ab8e
|
`ultralytics 8.0.133` add `torchvision` compatibility check (#3703)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Adrian Boguszewski
|
0821ccb618
|
Changed default device to AUTO in OpenVINO (#3699)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Yonghye Kwon
|
cfcae388f2
|
Add `datetime` to exported model metadata (#3694)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 year ago |
Glenn Jocher
|
395cc47c53
|
Fix Classify train from arbitrary CWD (#3692)
|
1 year ago |
triple Mu
|
5592a3abdf
|
Fix PNNX debug filename (#3687)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Glenn Jocher
|
18ada51931
|
Add tuner.py to Docs (#3689)
|
1 year ago |
triple Mu
|
44aa18c99a
|
Remove PNNX debug files (#3677)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
1 year ago |
Ophélie Le Mentec
|
1ae7f84394
|
Fix `MLFLOW_EXPERIMENT_NAME` env var (#3668)
|
1 year ago |
Glenn Jocher
|
48d7dbdbf9
|
Fix SAM autodownload to `/weights` (#3655)
|
1 year ago |
triple Mu
|
82920ef7ec
|
Replace an easy way to construct a `ncnn.Mat` (#3638)
|
1 year ago |
Glenn Jocher
|
495edc261f
|
`ultralytics 8.0.132` add AutoBackend NCNN inference (#3615)
Co-authored-by: triple Mu <gpu@163.com>
|
1 year ago |
Glenn Jocher
|
391b7e67cf
|
Filter `matplotlib>=3.7.2` tight layout warning (#3614)
|
1 year ago |
Glenn Jocher
|
10eb0b6229
|
Error -> Warn on non-deterministic ops (#3613)
|
1 year ago |