Commit Graph

  • b507e3a032
    Support both *.yml and *.yaml files (#4086) Glenn Jocher 2023-08-01 15:41:09 +02:00
  • f2ed85790f
    [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 (#4090) Glenn Jocher 2023-08-01 14:58:14 +02:00
  • bcec003ee3
    Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#4066) Glenn Jocher 2023-07-31 16:59:21 +02:00
  • 40af5b0fa7
    Fix issue when config dir is created even if YOLO_CONFIG_DIR is set (#4054) valfrom 2023-07-31 16:56:19 +02:00
  • 379f31904a
    Fix per-layer FLOPs profiling (#4048) Glenn Jocher 2023-07-30 22:24:28 +02:00
  • e6d18cc944
    Update tracker docs (#4044) Glenn Jocher 2023-07-30 21:30:15 +02:00
  • a02b7e6273
    ultralytics 8.0.145 Windows URL fix and Pose MPS warning (#4034) Glenn Jocher 2023-07-30 03:34:48 +02:00
  • 99cb549efe
    Fix screenshot inference (#4033) Glenn Jocher 2023-07-29 22:53:28 +02:00
  • e346b59658
    Update to mkdocs-ultralytics-plugin==0.0.22 (#4030) Glenn Jocher 2023-07-29 17:33:42 +02:00
  • dbdea24955
    ultralytics 8.0.144 fix SAM predict() results (#4027) Laughing 2023-07-29 22:37:59 +08:00
  • b3ddd9d09c
    Add kpt_radius plotting arg to Results object (#4022) Wouter Bekker 2023-07-29 15:37:31 +02:00
  • 62a0fb986a
    Add new K-Fold cross validation guide in Docs (#3975) Burhan 2023-07-28 08:57:24 -04:00
  • 02a3cdd0e7
    Correct docstring and delete unused code in scale_image function (#4001) Flippchen 2023-07-28 14:52:36 +02:00
  • c20d2654e9
    Update Dockerfile to fix np.bool deprecation (#3998) Glenn Jocher 2023-07-27 19:55:01 +02:00
  • fa5c8f2764
    Fix counter overflow for video frame crop names, set default separator for same-frame detection counter (#3982) Ketil Malde 2023-07-27 19:42:37 +02:00
  • b5ea8ce872
    Add HUB URL environment variables (#3988) Kalen Michael 2023-07-27 15:05:27 +02:00
  • 1a0eb3f099
    ultralytics 8.0.143 add Model base class (#3934) Laughing 2023-07-27 06:54:02 +08:00
  • 3c787eb080
    Fix catastrophic accuracy degradation of TFLite static quantized integer models (#1695) Motoki Kimura 2023-07-27 02:12:49 +09:00
  • 9627323d7c
    ultralytics 8.0.142 add OpenVINO docs (#3624) Glenn Jocher 2023-07-25 20:03:49 +02:00
  • 1a8767051d
    Update exporter.py to raise errors on export failure (#3951) Glenn Jocher 2023-07-25 18:41:04 +02:00
  • d0a875e8e6
    Create CI workflow_dispatch trigger (#3954) Glenn Jocher 2023-07-25 17:23:34 +02:00
  • 7137872f8e
    Clip boxes in tracker (#3950) Laughing 2023-07-25 21:58:21 +08:00
  • 4329269c4e
    Update augment in validator (#3943) Laughing 2023-07-25 21:56:15 +08:00
  • 0c20a1d18d
    Fix imgsz in docs to integer to train, val (#3941) Laughing 2023-07-25 21:54:07 +08:00
  • 9f5ab67ba2
    Add benchmarks to Docker publish workflow (#3931) Glenn Jocher 2023-07-25 04:16:02 +02:00
  • 2ee147838a
    Add tests before pushing to Docker Hub (#3924) Glenn Jocher 2023-07-24 23:56:16 +02:00
  • 86b3c001c4
    Cleanup NCNN export files (#3925) Glenn Jocher 2023-07-24 17:43:14 +02:00
  • ec97a7ffc4
    Update Discord invite to https://ultralytics.com/discord (#3922) Glenn Jocher 2023-07-24 16:35:02 +02:00
  • 15f79d6f35
    Allow paths relative to *.txt files for LoadImages (#3905) Glenn Jocher 2023-07-23 20:43:07 +02:00
  • 20f5efd40a
    ultralytics 8.0.141 create new SettingsManager (#3790) Glenn Jocher 2023-07-23 16:03:34 +02:00
  • 42afe772d5
    Update tasks.py to allow custom RTEDTRDecoder arguments (#3872) Birk Stoveland 2023-07-23 15:09:12 +02:00
  • 793443a452
    Fix get_cpu_info() bug on Raspberry Pi (#3899) Glenn Jocher 2023-07-23 14:14:57 +02:00
  • 965e405957
    ultralytics 8.0.140 improved robustness to model path spaces (#3879) Glenn Jocher 2023-07-22 19:44:43 +02:00
  • ed25db9426
    ultralytics 8.0.139 add FastSAM CLI support (#3860) Glenn Jocher 2023-07-21 01:46:01 +02:00
  • aa1cab74f8
    Benchmark with custom data.yaml (#3858) Maia Numerosky 2023-07-20 20:44:46 -03:00
  • 01dcd54b19
    Add ncnn auto thread count (#3847) nihui 2023-07-21 07:38:59 +08:00
  • b251b7415a
    Fix tflite int8 scaling (#3837) Colin Wong 2023-07-20 18:37:41 -05:00
  • 0ce66f5266
    fix: pin coremltools to 6.2 (#3852) Kalen Michael 2023-07-21 01:35:48 +02:00
  • cf3c740fe7
    update cli.md for export ncnn model (#3846) nihui 2023-07-21 07:19:39 +08:00
  • 796bac229e
    ultralytics 8.0.138 update hub/utils.py Events (#3839) Glenn Jocher 2023-07-20 01:11:55 +02:00
  • 85f191fbc7
    ultralytics 8.0.137 fix Windows NCNN export bug (#3803) Chikage0o0 2023-07-19 00:31:17 +08:00
  • 38060b3d40
    Add Dockerfile-python to CI (#3816) Glenn Jocher 2023-07-18 17:26:23 +02:00
  • e4ddbcf01b
    Add Dockerfile-python (#3814) Glenn Jocher 2023-07-18 17:11:13 +02:00
  • ba523e6b3e
    Fix eval to val in dvc.py (#3771) David de la Iglesia Castro 2023-07-17 22:32:49 +02:00
  • e71c0e3748
    Update dynamic keys and comments for ONNX exports (#3772) Yonghye Kwon 2023-07-17 21:14:37 +09:00
  • 96cc28b439
    Update Classify fitness definition to mean of top1, top5 (#3789) Glenn Jocher 2023-07-17 14:12:52 +02:00
  • 9b723d7cfa
    Add libusb-1.0-0 for 'tflite_support' package (#3785) Glenn Jocher 2023-07-17 13:10:34 +02:00
  • e8030316f6
    Update docs metadata (#3781) Glenn Jocher 2023-07-17 12:40:04 +02:00
  • e324af6a12
    Fix MKL_THREADING_LAYER bug in DDP Docker training (#3770) Glenn Jocher 2023-07-16 21:26:36 +02:00
  • 620f3eb218
    ultralytics 8.0.136 refactor and simplify package (#3748) Laughing 2023-07-16 23:47:45 +08:00
  • 8ebe94d1e9
    ultralytics 8.0.135 remove deprecated v5loader (#3744) Glenn Jocher 2023-07-15 01:38:32 +02:00
  • 114470361e
    Remove deprecated AutoShape class (#3743) Glenn Jocher 2023-07-15 01:00:23 +02:00
  • 135a10f1fa
    Avoid CUDA round-trip for relevant export formats (#3727) Glenn Jocher 2023-07-14 20:38:31 +02:00
  • c5991d7cd8
    Updated C2f docstring (#3732) Harsh Dhamecha 2023-07-14 18:16:03 +05:30
  • 71f78a62b3
    Fix check_requirements() console output (#3738) Glenn Jocher 2023-07-14 13:23:13 +02:00
  • fadbef84e1
    Fix Arial.ttf threaded multi-download bug (#3725) Glenn Jocher 2023-07-13 18:56:10 +02:00
  • 9aca61c465
    Print CPU information (#3721) Glenn Jocher 2023-07-13 18:16:47 +02:00
  • e2f9bba964
    Update OpenVINO requirement to openvino>=2023.0 (#3722) Adrian Boguszewski 2023-07-13 18:13:55 +02:00
  • 201e69e4e4
    ultralytics 8.0.134 add MobileSAM support (#3474) Chaoning Zhang 2023-07-13 20:25:56 +08:00
  • c55a98ab8e
    ultralytics 8.0.133 add torchvision compatibility check (#3703) Glenn Jocher 2023-07-13 01:40:50 +02:00
  • 0821ccb618
    Changed default device to AUTO in OpenVINO (#3699) Adrian Boguszewski 2023-07-12 20:48:11 +02:00
  • cfcae388f2
    Add datetime to exported model metadata (#3694) Yonghye Kwon 2023-07-13 02:05:06 +09:00
  • 395cc47c53
    Fix Classify train from arbitrary CWD (#3692) Glenn Jocher 2023-07-12 14:23:59 +02:00
  • 15e9eac27b
    Fix SAM docs broken URL (#3691) Glenn Jocher 2023-07-12 13:39:36 +02:00
  • 5592a3abdf
    Fix PNNX debug filename (#3687) triple Mu 2023-07-12 19:22:56 +08:00
  • 18ada51931
    Add tuner.py to Docs (#3689) Glenn Jocher 2023-07-12 13:19:40 +02:00
  • 44aa18c99a
    Remove PNNX debug files (#3677) triple Mu 2023-07-12 19:03:37 +08:00
  • b239246452
    Update SAM docs page (#3672) Glenn Jocher 2023-07-12 00:13:29 +02:00
  • 1ae7f84394
    Fix MLFLOW_EXPERIMENT_NAME env var (#3668) Ophélie Le Mentec 2023-07-11 22:31:37 +02:00
  • 10dd665f39
    Add Environmental, Health and Safety (EHS) policy (#3666) Glenn Jocher 2023-07-11 19:46:16 +02:00
  • 48d7dbdbf9
    Fix SAM autodownload to /weights (#3655) Glenn Jocher 2023-07-11 16:10:00 +02:00
  • 82920ef7ec
    Replace an easy way to construct a ncnn.Mat (#3638) triple Mu 2023-07-11 22:09:32 +08:00
  • 495edc261f
    ultralytics 8.0.132 add AutoBackend NCNN inference (#3615) Glenn Jocher 2023-07-10 16:49:51 +02:00
  • 391b7e67cf
    Filter matplotlib>=3.7.2 tight layout warning (#3614) Glenn Jocher 2023-07-10 14:52:59 +02:00
  • 10eb0b6229
    Error -> Warn on non-deterministic ops (#3613) Glenn Jocher 2023-07-09 17:30:28 +02:00
  • e97958ef6f
    Update TASK2DATA defaults to COCO8 (#3603) Glenn Jocher 2023-07-08 19:48:32 +02:00
  • ff90081102
    Fix StreamLoader variable FPS bug (#3602) Glenn Jocher 2023-07-08 19:13:21 +02:00
  • d9db6cd42d
    ultralytics 8.0.131 NCNN, HUB and FastSAM fixes (#3587) Glenn Jocher 2023-07-08 02:04:33 +02:00
  • 23c7cd4c9f
    Avoid Python 3.9 with_stem (#3589) Colin Wong 2023-07-07 17:16:42 -05:00
  • b8cc404ebf
    ultralytics 8.0.130 revert 'Fix PyPI build warnings' updates (#3585) Glenn Jocher 2023-07-07 15:53:38 +02:00
  • abb0939fe8
    ultralytics 8.0.129 add YOLOv8 Tencent NCNN export (#3529) Glenn Jocher 2023-07-07 15:17:38 +02:00
  • a254087fcd
    [pose]fix flip_idx (#3577) Laughing 2023-07-07 20:03:30 +08:00
  • 6a832cdcd3
    Fix PyPI build warnings (#3565) Glenn Jocher 2023-07-06 17:49:53 +02:00
  • e33d6522ab
    Use args.name as run_name for MLFlow system. (#3567) andrewerf 2023-07-06 17:19:56 +03:00
  • 3821d4a72c
    Add alias "best" for the model checkpoint artifact (#3558) Soumik Rakshit 2023-07-06 17:53:55 +05:30
  • ad99246ff1
    ultralytics 8.0.128 FastSAM autodownload and super() init (#3552) Glenn Jocher 2023-07-06 01:11:37 +02:00
  • 400f3f72a1
    ultralytics 8.0.127 add FastSAM model (#3390) Wenchao Ding 2023-07-06 06:16:22 +08:00
  • 91905b4b0b
    Pass export=True to RTDETRDecoder (#3550) Glenn Jocher 2023-07-05 18:25:27 +02:00
  • adb1a6b091
    Update README.md (code to run rtdetr on C#) (#3539) Kayzwer 2023-07-05 23:57:33 +08:00
  • 74275655dc
    Update default.yaml imgsz comment (#3551) Glenn Jocher 2023-07-05 17:55:04 +02:00
  • ee6cf11378
    Save Keypoints visible to text (#3547) Glenn Jocher 2023-07-05 17:14:53 +02:00
  • 4c22273198
    ultralytics 8.0.126 Ray Tune refactoring (#3511) Glenn Jocher 2023-07-05 00:30:17 +02:00
  • 69a2d70a78
    Update YOLOv8-ONNXRuntime-CPP (#3455) DennisJ 2023-07-05 06:28:34 +08:00
  • 1c4a363497
    Update Discord links to role assign (#3533) Glenn Jocher 2023-07-04 22:54:23 +02:00
  • 25159c9376
    Set close_mosaic: 10 in default.yaml (#3525) Glenn Jocher 2023-07-04 13:17:31 +02:00
  • fe4d64d985
    [pre-commit.ci] pre-commit suggestions (#3510) pre-commit-ci[bot] 2023-07-04 10:09:54 +02:00
  • 8c0a7440df
    [RTDETR]fix mosaic<1.0 (#3518) Laughing 2023-07-04 16:09:17 +08:00
  • 31b46bf2b4
    Update ViT ops.py to torch.long (#3508) Glenn Jocher 2023-07-04 10:08:22 +02:00
  • 8a11eda4a9
    ultralytics 8.0.125 NMS speed improvements (#3463) Glenn Jocher 2023-07-03 16:34:13 +02:00
  • 0e5a6b8158
    DVCLive cache images (#3459) CptCaptain 2023-07-03 16:29:40 +02:00