Commit Graph

446 Commits

Author SHA1 Message Date
09a0378e81 Add retry option to get_github_assets() function (#4148) 2023-08-03 19:13:50 +02:00
11d0488bf1 Update prediction Results docs (#4139)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-03 18:44:40 +02:00
8870084645 Removed redundency in RTDETRDecoder (#4118)
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: Laughing-q <1185102784@qq.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
2023-08-03 18:14:37 +02:00
c06e9ae630 Fix YOLOv5 save_one_box() usage (#4127)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Linh <106807074+hulkds@users.noreply.github.com>
2023-08-03 01:41:57 +02:00
6852b76611 Use double quotes for pip install options (#4110)
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
2023-08-02 17:32:03 +02:00
c3c27b019a ultralytics 8.0.146 fix SettingsManager un-needed write ops (#4101)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-08-01 20:26:10 +02:00
b507e3a032 Support both *.yml and *.yaml files (#4086)
Co-authored-by: ChristopherRogers1991 <ChristopherRogers1991@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sungjoo(Dennis) Hwang <48212469+Denny-Hwang@users.noreply.github.com>
2023-08-01 15:41:09 +02:00
40af5b0fa7 Fix issue when config dir is created even if YOLO_CONFIG_DIR is set (#4054)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-31 16:56:19 +02:00
379f31904a Fix per-layer FLOPs profiling (#4048)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-30 22:24:28 +02:00
e6d18cc944 Update tracker docs (#4044)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
2023-07-30 21:30:15 +02:00
a02b7e6273 ultralytics 8.0.145 Windows URL fix and Pose MPS warning (#4034)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-30 03:34:48 +02:00
99cb549efe Fix screenshot inference (#4033) 2023-07-29 22:53:28 +02:00
dbdea24955 ultralytics 8.0.144 fix SAM predict() results (#4027)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-29 16:37:59 +02:00
b3ddd9d09c Add kpt_radius plotting arg to Results object (#4022)
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>
2023-07-29 15:37:31 +02:00
62a0fb986a Add new K-Fold cross validation guide in Docs (#3975)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-28 14:57:24 +02:00
02a3cdd0e7 Correct docstring and delete unused code in scale_image function (#4001) 2023-07-28 14:52:36 +02:00
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>
2023-07-27 19:42:37 +02:00
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>
2023-07-27 15:05:27 +02:00
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>
2023-07-27 00:54:02 +02:00
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>
2023-07-26 19:12:49 +02:00
9627323d7c ultralytics 8.0.142 add OpenVINO docs (#3624)
Co-authored-by: Adrian Boguszewski <adrian.boguszewski@intel.com>
2023-07-25 20:03:49 +02:00
1a8767051d Update exporter.py to raise errors on export failure (#3951) 2023-07-25 18:41:04 +02:00
7137872f8e Clip boxes in tracker (#3950)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-25 15:58:21 +02:00
4329269c4e Update augment in validator (#3943)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-25 15:56:15 +02:00
9f5ab67ba2 Add benchmarks to Docker publish workflow (#3931) 2023-07-25 04:16:02 +02:00
2ee147838a Add tests before pushing to Docker Hub (#3924) 2023-07-24 23:56:16 +02:00
86b3c001c4 Cleanup NCNN export files (#3925) 2023-07-24 17:43:14 +02:00
15f79d6f35 Allow paths relative to *.txt files for LoadImages (#3905) 2023-07-23 20:43:07 +02:00
20f5efd40a ultralytics 8.0.141 create new SettingsManager (#3790) 2023-07-23 16:03:34 +02:00
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>
2023-07-23 15:09:12 +02:00
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>
2023-07-23 14:14:57 +02:00
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>
2023-07-22 19:44:43 +02:00
ed25db9426 ultralytics 8.0.139 add FastSAM CLI support (#3860) 2023-07-21 01:46:01 +02:00
aa1cab74f8 Benchmark with custom data.yaml (#3858)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-21 01:44:46 +02:00
01dcd54b19 Add ncnn auto thread count (#3847)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-21 01:38:59 +02:00
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>
2023-07-21 01:37:41 +02:00
cf3c740fe7 update cli.md for export ncnn model (#3846) 2023-07-21 01:19:39 +02:00
796bac229e ultralytics 8.0.138 update hub/utils.py Events (#3839) 2023-07-20 01:11:55 +02:00
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>
2023-07-18 18:31:17 +02:00
ba523e6b3e Fix eval to val in dvc.py (#3771)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-17 22:32:49 +02:00
e71c0e3748 Update dynamic keys and comments for ONNX exports (#3772)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-17 14:14:37 +02:00
96cc28b439 Update Classify fitness definition to mean of top1, top5 (#3789) 2023-07-17 14:12:52 +02:00
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>
2023-07-16 17:47:45 +02:00
8ebe94d1e9 ultralytics 8.0.135 remove deprecated v5loader (#3744) 2023-07-15 01:38:32 +02:00
114470361e Remove deprecated AutoShape class (#3743) 2023-07-15 01:00:23 +02:00
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>
2023-07-14 20:38:31 +02:00
c5991d7cd8 Updated C2f docstring (#3732)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-14 14:46:03 +02:00
71f78a62b3 Fix check_requirements() console output (#3738)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-14 13:23:13 +02:00
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>
2023-07-13 18:56:10 +02:00
9aca61c465 Print CPU information (#3721) 2023-07-13 18:16:47 +02:00