Commit Graph

  • 8473e4eb62 exporter: 16bit single-channel network support single_channel Samuel Dobron 2024-06-27 13:56:38 +0000
  • 569c23e681 aded training script Samuel Dobron 2024-06-03 17:53:02 +0000
  • 9e42d05e01 disabled AMP check (not supported anyway) Samuel Dobron 2024-06-01 14:01:16 +0000
  • d92dce3a46
    augmentations for 16bit grayscaled Samuel Dobron 2024-04-29 20:57:53 +0200
  • 9ac5ba921a
    added training script Samuel Dobron 2024-04-29 16:29:42 +0200
  • 8a7dc71f0e
    added logging Samuel Dobron 2024-04-29 16:12:09 +0200
  • d15113ed0a
    disabled augmentations Samuel Dobron 2024-04-29 16:11:57 +0200
  • 82b97d5d4c changed data/loaders and engine/predictor so they accept 1 channel images for predictions Clea Parcerisas 2023-08-24 14:42:29 +0200
  • 95e2c2424a changed the imgsize on enginge/prediction to meet the grayscale for prediction Clea Parcerisas 2023-08-24 11:09:35 +0200
  • ba4c33dc53 changed the imgsize on enginge/validator to meet the grayscale for prediction Clea Parcerisas 2023-08-24 10:54:18 +0200
  • d221ace5a3 changed the imgsize on warmup to meet the grayscale for prediction Clea Parcerisas 2023-08-24 10:51:30 +0200
  • 833d864689 added changes to use grayscale images during training Clea Parcerisas 2023-08-21 10:51:22 +0200
  • e8dcc30754 changed the weights for the fitness function Clea Parcerisas 2023-08-21 09:46:04 +0200
  • 3acead7e79
    Add TensorBoard graph for model visualization (#4464) Glenn Jocher 2023-08-21 01:22:29 +0200
  • 87ce15d383
    `ultralytics 8.0.158` add benchmarks to coverage (#4432) Glenn Jocher 2023-08-20 20:52:30 +0200
  • 495806565d
    Add version tagging to Docker images (#4462) Glenn Jocher 2023-08-20 19:59:25 +0200
  • 8f79ce45c1
    Fix conversion ops using `clone` and `copy` (#4438) Laughing 2023-08-20 19:15:37 +0800
  • 162e4035eb
    Docker-python fix for `get_ubuntu_version()` (#4430) Glenn Jocher 2023-08-17 19:32:12 +0200
  • 9d27e7ada4
    New `ASSETS` and trackers GMC cleanup (#4425) Glenn Jocher 2023-08-17 18:19:05 +0200
  • aaba14e6b2
    `ultralytics 8.0.157` fix `unzip_file()` bug (#4407) Glenn Jocher 2023-08-17 13:19:09 +0200
  • 4885538693
    🖼️ Format bbox label with fixed precision for ortcpp-example (#4409) Onuralp SEZER 2023-08-17 12:32:50 +0300
  • 8d7490f060
    `ultralytics 8.0.156` fix PIL `*.png` EXIF bug (#4406) Glenn Jocher 2023-08-16 19:31:35 +0200
  • fb1ae9bfad
    Fix `LoadStreams` final frame bug (#4387) Glenn Jocher 2023-08-16 19:00:03 +0200
  • 17e6b9c270
    Correct `scipy.optimize.linear_sum_assignment` usage (#4390) ZouJiu1 2023-08-16 22:17:42 +0800
  • 9a0555eca4
    `ultralytics 8.0.155` allow `imgsz` and `batch` resume changes (#4366) Glenn Jocher 2023-08-15 22:02:23 +0200
  • 60cad0c592
    Cleanup tracker and remove unused functions (#4374) Laughing 2023-08-16 02:18:39 +0800
  • 4093c1fd64
    Add `data/utils.py` to tests (#4363) Glenn Jocher 2023-08-15 01:25:48 +0200
  • 834f94f899
    Fix PIL Image `exif_size()` function (#4355) Glenn Jocher 2023-08-14 17:48:54 +0200
  • c940d29d4f
    Omit `ultralytics/utils/callbacks` from coverage (#4345) Glenn Jocher 2023-08-14 03:25:51 +0200
  • d47718c367
    `ultralytics 8.0.154` add `freeze` training argument (#4329) Glenn Jocher 2023-08-14 00:18:32 +0200
  • 9f6d48d3cf
    Improve tests coverage and speed (#4340) Glenn Jocher 2023-08-13 22:24:01 +0200
  • d704507217
    Clean and bump dvc callback: settings, stacked images (#4343) Ivan Shcheklein 2023-08-13 12:50:35 -0700
  • b5d1af42d8
    Update YOLOv8-ONNXRuntime-CPP example with GPU inference (#4328) Onuralp SEZER 2023-08-13 18:34:39 +0300
  • f6b58e9d75
    Add Code Coverage Reports (#4336) Glenn Jocher 2023-08-13 16:21:02 +0200
  • 9366062af2
    Remove unused code (#4327) Glenn Jocher 2023-08-13 13:10:52 +0200
  • 1c753cbce6
    ORT_CPP add CUDA FP16 inference (#4320) DennisJ 2023-08-12 23:27:52 +0800
  • 02d4f5200d
    Update links.yml (#4322) Glenn Jocher 2023-08-12 12:53:53 +0200
  • 822608986c
    `ultralytics 8.0.153` YOLO Tasks Cleanup (#4314) Glenn Jocher 2023-08-12 02:30:57 +0200
  • 39395aedc8
    Improved Classify dataset splits and introspection (#4312) Glenn Jocher 2023-08-11 20:39:50 +0200
  • 645c715350
    Implementing Resource Release Mechanism for Stream Loading (#4285) Gustavo Ribeiro 2023-08-11 10:28:32 -0300
  • b73f9b13df
    Fix incorrect device selection when resuming training (#4301) Laughing 2023-08-11 20:32:39 +0800
  • 28893d9d2d
    `ultralytics 8.0.152` bump `torch>=1.8.0` (#4299) Glenn Jocher 2023-08-11 00:49:55 +0200
  • 6267d6a609
    Fix `torch.Tensor` inference results plotting (#4297) Glenn Jocher 2023-08-10 20:43:40 +0200
  • 48748ded24
    Use `conda install -c conda-forge ultralytics` (#4272) Glenn Jocher 2023-08-10 20:40:31 +0200
  • 22474e9ad5
    Improve YOLOv8 ONNX Runtime c++ example for all OS with `CmakeList.txt` support (#4274) Onuralp SEZER 2023-08-10 18:51:19 +0300
  • c9be1f3cce
    `ultralytics 8.0.151` add `DOTAv2.yaml` for OBB training (#4258) Glenn Jocher 2023-08-10 00:55:36 +0200
  • a76af55533
    Fixes Results.tojson when tracking (#4270) Simon Lévesque 2023-08-09 18:19:28 -0400
  • 29ace4982d
    Add "assert len(labels)" catch (#4257) Laughing 2023-08-10 06:15:14 +0800
  • dde89c744c
    Refactor val code into new `self.match_predictions()` method (#4265) Andy 2023-08-09 19:03:46 +0200
  • e9c9b82c42
    Fix `save_hybrid` (#4245) Laughing 2023-08-10 00:51:21 +0800
  • 7dfdb63cde
    `ultralytics 8.0.150` new Apple `*.mlpackage` export format (#4043) Glenn Jocher 2023-08-08 17:00:42 +0200
  • f5fc807fa7
    Accept `model=yolov5*u.yaml` arguments (#4230) Glenn Jocher 2023-08-08 14:09:11 +0200
  • 7dcdca3bf4
    Replace `type(1) == int` with `isinstance(1, int)` (#4217) pre-commit-ci[bot] 2023-08-08 01:53:47 +0200
  • ff5fa57415
    Improved Docs models Usage examples (#4214) Glenn Jocher 2023-08-07 20:57:35 +0200
  • 9a2c0691e3
    Scope `scipy` import and only plot first 1M labels (#4203) Glenn Jocher 2023-08-07 03:57:16 +0200
  • 7565210484
    `ultralytics 8.0.149` add Open Images V7 training (#4178) Glenn Jocher 2023-08-07 01:19:51 +0200
  • c751c7f88a
    Enable Google Drive file downloads (#4196) Glenn Jocher 2023-08-06 20:11:14 +0200
  • eb80ba9ce0
    Update `check_version()` for inequality support (#4182) Glenn Jocher 2023-08-05 18:23:51 +0200
  • 038558cfab
    `ultralytics 8.0.148` fix `SettingsManager` empty YAML bug (#4180) Glenn Jocher 2023-08-05 16:13:29 +0200
  • a9fb8b239b
    Add Docs example for plotting tracks over time (#4170) Glenn Jocher 2023-08-05 15:35:44 +0200
  • 730af8390b
    Fix error with exporting quantized saved model when labels cache not present (#4174) Colin Wong 2023-08-05 08:35:14 -0500
  • f0ad1a7f5a
    Update version checks functions (#4179) Glenn Jocher 2023-08-05 15:13:06 +0200
  • 9899461eec
    Remove redundant `mkdir` command in Dockerfiles (#4175) Anand Mahesh 2023-08-05 18:29:46 +0530
  • 4aa7969e15
    Fix Docs reference section `__init__.py` URLs (#4168) Glenn Jocher 2023-08-04 20:03:22 +0200
  • 620b726fee
    Add verbosity flag for quantization info (#4151) Colin Wong 2023-08-04 13:03:04 -0500
  • 6abab4d9ca
    Mark DVC `trainer.best` artifact as `type=model` (#4143) David de la Iglesia Castro 2023-08-04 19:39:36 +0200
  • 09a0378e81
    Add `retry` option to `get_github_assets()` function (#4148) Glenn Jocher 2023-08-03 19:13:50 +0200
  • 11d0488bf1
    Update prediction `Results` docs (#4139) Glenn Jocher 2023-08-03 18:44:40 +0200
  • 8870084645
    Removed redundency in RTDETRDecoder (#4118) Sebastian Stapf 2023-08-03 18:14:37 +0200
  • c06e9ae630
    Fix YOLOv5 `save_one_box()` usage (#4127) Glenn Jocher 2023-08-03 01:41:57 +0200
  • 6852b76611
    Use double quotes for `pip install` options (#4110) Glenn Jocher 2023-08-02 17:32:03 +0200
  • c3c27b019a
    `ultralytics 8.0.146` fix SettingsManager un-needed write ops (#4101) Glenn Jocher 2023-08-01 20:26:10 +0200
  • b507e3a032
    Support both `*.yml` and `*.yaml` files (#4086) Glenn Jocher 2023-08-01 15:41:09 +0200
  • f2ed85790f
    [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 (#4090) Glenn Jocher 2023-08-01 14:58:14 +0200
  • bcec003ee3
    Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#4066) Glenn Jocher 2023-07-31 16:59:21 +0200
  • 40af5b0fa7
    Fix issue when config dir is created even if YOLO_CONFIG_DIR is set (#4054) valfrom 2023-07-31 16:56:19 +0200
  • 379f31904a
    Fix per-layer FLOPs profiling (#4048) Glenn Jocher 2023-07-30 22:24:28 +0200
  • e6d18cc944
    Update tracker docs (#4044) Glenn Jocher 2023-07-30 21:30:15 +0200
  • a02b7e6273
    `ultralytics 8.0.145` Windows URL fix and Pose MPS warning (#4034) Glenn Jocher 2023-07-30 03:34:48 +0200
  • 99cb549efe
    Fix screenshot inference (#4033) Glenn Jocher 2023-07-29 22:53:28 +0200
  • e346b59658
    Update to `mkdocs-ultralytics-plugin==0.0.22` (#4030) Glenn Jocher 2023-07-29 17:33:42 +0200
  • dbdea24955
    `ultralytics 8.0.144` fix SAM `predict()` results (#4027) Laughing 2023-07-29 22:37:59 +0800
  • b3ddd9d09c
    Add `kpt_radius` plotting arg to Results object (#4022) Wouter Bekker 2023-07-29 15:37:31 +0200
  • 62a0fb986a
    Add new K-Fold cross validation guide in Docs (#3975) Burhan 2023-07-28 08:57:24 -0400
  • 02a3cdd0e7
    Correct docstring and delete unused code in `scale_image` function (#4001) Flippchen 2023-07-28 14:52:36 +0200
  • c20d2654e9
    Update Dockerfile to fix `np.bool` deprecation (#3998) Glenn Jocher 2023-07-27 19:55:01 +0200
  • 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 +0200
  • b5ea8ce872
    Add HUB URL environment variables (#3988) Kalen Michael 2023-07-27 15:05:27 +0200
  • 1a0eb3f099
    `ultralytics 8.0.143` add `Model` base class (#3934) Laughing 2023-07-27 06:54:02 +0800
  • 3c787eb080
    Fix catastrophic accuracy degradation of TFLite static quantized integer models (#1695) Motoki Kimura 2023-07-27 02:12:49 +0900
  • 9627323d7c
    `ultralytics 8.0.142` add OpenVINO docs (#3624) Glenn Jocher 2023-07-25 20:03:49 +0200
  • 1a8767051d
    Update exporter.py to raise errors on export failure (#3951) Glenn Jocher 2023-07-25 18:41:04 +0200
  • d0a875e8e6
    Create CI `workflow_dispatch` trigger (#3954) Glenn Jocher 2023-07-25 17:23:34 +0200
  • 7137872f8e
    Clip boxes in tracker (#3950) Laughing 2023-07-25 21:58:21 +0800
  • 4329269c4e
    Update augment in validator (#3943) Laughing 2023-07-25 21:56:15 +0800
  • 0c20a1d18d
    Fix `imgsz` in docs to integer to train, val (#3941) Laughing 2023-07-25 21:54:07 +0800
  • 9f5ab67ba2
    Add benchmarks to Docker publish workflow (#3931) Glenn Jocher 2023-07-25 04:16:02 +0200
  • 2ee147838a
    Add tests before pushing to Docker Hub (#3924) Glenn Jocher 2023-07-24 23:56:16 +0200
  • 86b3c001c4
    Cleanup NCNN export files (#3925) Glenn Jocher 2023-07-24 17:43:14 +0200
  • ec97a7ffc4
    Update Discord invite to https://ultralytics.com/discord (#3922) Glenn Jocher 2023-07-24 16:35:02 +0200