Commit Graph

  • 187b504d68
    ultralytics 8.0.169TQDM, INTERP_LINEAR and RTDETR load_image() updates (#4704) Glenn Jocher 2023-09-02 20:01:57 +02:00
  • a4fabfdacf
    Set workers=0 for MPS Train and Val modes (#4697) Glenn Jocher 2023-09-02 04:25:03 +02:00
  • 2bc6e647c7
    Failing CUDA tests fixes (#4682) Glenn Jocher 2023-09-01 13:29:08 +02:00
  • 263bfd1e93
    ultralytics 8.0.168 save Tuner results every iteration (#4680) Glenn Jocher 2023-08-31 23:40:42 +02:00
  • 4b6147dd6f
    Docker COPY with checkout fetch-depth: 0 (#4674) Glenn Jocher 2023-08-31 22:17:41 +02:00
  • 45ba99973d
    Add NNCF support in OpenVINO export (#4671) Glenn Jocher 2023-08-31 15:19:44 +02:00
  • d2cf7acce0
    ultralytics 8.0.167 Tuner updates and HUB Pose and Classify fixes (#4656) Glenn Jocher 2023-08-31 01:38:42 +02:00
  • 8596ee241f
    Support FastSAM directory inference and plot (#4634) Gezhi Zhang 2023-08-30 20:19:36 +08:00
  • 620335de27
    Add Roboflow integration guide (#4629) James 2023-08-29 21:20:15 +01:00
  • 52afadcb97
    ultralytics 8.0.166 expand HUBDatasetStats to Classify tasks (#4635) Glenn Jocher 2023-08-29 16:17:59 +02:00
  • 896da0c0a0
    Tests improvements (#4616) Glenn Jocher 2023-08-29 15:38:43 +02:00
  • 4bd62a299c
    Add Hyperparameter evolution Tuner() class (#4599) Glenn Jocher 2023-08-29 02:42:01 +02:00
  • 7e99804263
    Cleanup argument handling in Model class (#4614) Glenn Jocher 2023-08-28 23:12:32 +02:00
  • 53b4f8c713
    Fix DDP when device is a list (#4600) Laughing 2023-08-28 19:04:30 +08:00
  • 23b4f697c9
    Add new get_save_dir() function (#4602) Glenn Jocher 2023-08-28 10:43:41 +02:00
  • 1121ef2409
    ultralytics 8.0.164 new StreamLoader stream_buffer argument (#4596) Glenn Jocher 2023-08-28 00:31:07 +02:00
  • bd96c0846b
    Add Dockerfile-runner for CI actions runner images (#4595) Glenn Jocher 2023-08-27 21:05:14 +02:00
  • 2567b288c9
    Cleanup redundant SAM forward() methods (#4591) Glenn Jocher 2023-08-27 19:19:13 +02:00
  • 47ab96dab6
    Fix pytest world_size environment bug (#4590) Laughing 2023-08-27 21:14:29 +08:00
  • deac7575b1
    Model coverage cleanup (#4585) Glenn Jocher 2023-08-27 04:19:41 +02:00
  • c635418a27
    Separate GPU CI job in actions (#4584) Glenn Jocher 2023-08-26 20:43:45 +02:00
  • f755ba88c3
    Fix HUBDatasetStats for no-label edge cases (#4583) Glenn Jocher 2023-08-26 19:38:02 +02:00
  • 2db35afad5
    Simplify Results() class (#4579) Glenn Jocher 2023-08-26 17:27:18 +02:00
  • e9f596430f
    Add SAM Predictor remove_small_regions test (#4576) Laughing 2023-08-26 19:07:15 +08:00
  • b4dca690d4
    ultralytics 8.0.163 add new gpu-latest runner to CI actions (#4565) Glenn Jocher 2023-08-26 03:45:19 +02:00
  • 431cef3955
    Add YOLOv8x-seg-p6.yaml architecture file (#4567) Glenn Jocher 2023-08-26 03:16:49 +02:00
  • b638c4ed9a
    Update HUB repo to main branch (#4549) Glenn Jocher 2023-08-24 15:15:42 +02:00
  • 2bcee56e70
    ultralytics 8.0.162 Multi-GPU DDP fix (#4544) Glenn Jocher 2023-08-24 13:13:49 +02:00
  • 1db9afc2e5
    Fix Windows non-UTF source filenames (#4524) Glenn Jocher 2023-08-24 03:22:26 +02:00
  • a7419617a6
    Minimize GitHub assets API calls (#4523) Glenn Jocher 2023-08-23 18:44:49 +02:00
  • 7e1f7a9d28
    Add spaces and non-UTF filenames to tests (#4517) Glenn Jocher 2023-08-23 15:51:19 +02:00
  • 67eeb0468d
    ultralytics 8.0.161 fix Classify dataset scanning bug (#4515) Glenn Jocher 2023-08-23 14:19:07 +02:00
  • 3c40e7a9fc
    Fix TensorBoard graph UserWarning catch (#4513) Glenn Jocher 2023-08-23 12:52:24 +02:00
  • c7ceb84fb6
    ultralytics 8.0.160 Classify dataset scanning and caching (#4502) Glenn Jocher 2023-08-23 02:28:58 +02:00
  • b890e1c937
    Simplify postprocessing methods (#4497) Glenn Jocher 2023-08-22 19:01:33 +02:00
  • 6da8f7f51e
    Add utils.ops and nn.modules to tests (#4484) Glenn Jocher 2023-08-22 04:23:28 +02:00
  • 1cec0185a1
    Improve check_imshow() robustness (#4483) Glenn Jocher 2023-08-21 23:41:11 +02:00
  • c0a9660310
    ultralytics 8.0.159 add Classify training resume feature (#4482) Glenn Jocher 2023-08-21 20:54:05 +02:00
  • b2f279ffdd
    Update Validator to use model argument (#4480) Glenn Jocher 2023-08-21 19:21:55 +02:00
  • 615ddc9d97
    Tests and docstrings improvements (#4475) Glenn Jocher 2023-08-21 17:02:14 +02:00
  • c659c0fa7b
    Fix *.txt source inference dataloader (#4468) GrunCrow 2023-08-21 13:59:19 +02:00
  • 3acead7e79
    Add TensorBoard graph for model visualization (#4464) Glenn Jocher 2023-08-21 01:22:29 +02:00
  • 87ce15d383
    ultralytics 8.0.158 add benchmarks to coverage (#4432) Glenn Jocher 2023-08-20 20:52:30 +02:00
  • 495806565d
    Add version tagging to Docker images (#4462) Glenn Jocher 2023-08-20 19:59:25 +02:00
  • 8f79ce45c1
    Fix conversion ops using clone and copy (#4438) Laughing 2023-08-20 19:15:37 +08:00
  • 162e4035eb
    Docker-python fix for get_ubuntu_version() (#4430) Glenn Jocher 2023-08-17 19:32:12 +02:00
  • 9d27e7ada4
    New ASSETS and trackers GMC cleanup (#4425) Glenn Jocher 2023-08-17 18:19:05 +02:00
  • aaba14e6b2
    ultralytics 8.0.157 fix unzip_file() bug (#4407) Glenn Jocher 2023-08-17 13:19:09 +02:00
  • 4885538693
    🖼️ Format bbox label with fixed precision for ortcpp-example (#4409) Onuralp SEZER 2023-08-17 12:32:50 +03:00
  • 8d7490f060
    ultralytics 8.0.156 fix PIL *.png EXIF bug (#4406) Glenn Jocher 2023-08-16 19:31:35 +02:00
  • fb1ae9bfad
    Fix LoadStreams final frame bug (#4387) Glenn Jocher 2023-08-16 19:00:03 +02:00
  • 17e6b9c270
    Correct scipy.optimize.linear_sum_assignment usage (#4390) ZouJiu1 2023-08-16 22:17:42 +08:00
  • 9a0555eca4
    ultralytics 8.0.155 allow imgsz and batch resume changes (#4366) Glenn Jocher 2023-08-15 22:02:23 +02:00
  • 60cad0c592
    Cleanup tracker and remove unused functions (#4374) Laughing 2023-08-16 02:18:39 +08:00
  • 4093c1fd64
    Add data/utils.py to tests (#4363) Glenn Jocher 2023-08-15 01:25:48 +02:00
  • 834f94f899
    Fix PIL Image exif_size() function (#4355) Glenn Jocher 2023-08-14 17:48:54 +02:00
  • c940d29d4f
    Omit ultralytics/utils/callbacks from coverage (#4345) Glenn Jocher 2023-08-14 03:25:51 +02:00
  • d47718c367
    ultralytics 8.0.154 add freeze training argument (#4329) Glenn Jocher 2023-08-14 00:18:32 +02:00
  • 9f6d48d3cf
    Improve tests coverage and speed (#4340) Glenn Jocher 2023-08-13 22:24:01 +02:00
  • d704507217
    Clean and bump dvc callback: settings, stacked images (#4343) Ivan Shcheklein 2023-08-13 12:50:35 -07:00
  • b5d1af42d8
    Update YOLOv8-ONNXRuntime-CPP example with GPU inference (#4328) Onuralp SEZER 2023-08-13 18:34:39 +03:00
  • f6b58e9d75
    Add Code Coverage Reports (#4336) Glenn Jocher 2023-08-13 16:21:02 +02:00
  • 9366062af2
    Remove unused code (#4327) Glenn Jocher 2023-08-13 13:10:52 +02:00
  • 1c753cbce6
    ORT_CPP add CUDA FP16 inference (#4320) DennisJ 2023-08-12 23:27:52 +08:00
  • 02d4f5200d
    Update links.yml (#4322) Glenn Jocher 2023-08-12 12:53:53 +02:00
  • 822608986c
    ultralytics 8.0.153 YOLO Tasks Cleanup (#4314) Glenn Jocher 2023-08-12 02:30:57 +02:00
  • 39395aedc8
    Improved Classify dataset splits and introspection (#4312) Glenn Jocher 2023-08-11 20:39:50 +02:00
  • 645c715350
    Implementing Resource Release Mechanism for Stream Loading (#4285) Gustavo Ribeiro 2023-08-11 10:28:32 -03:00
  • b73f9b13df
    Fix incorrect device selection when resuming training (#4301) Laughing 2023-08-11 20:32:39 +08:00
  • 28893d9d2d
    ultralytics 8.0.152 bump torch>=1.8.0 (#4299) Glenn Jocher 2023-08-11 00:49:55 +02:00
  • 6267d6a609
    Fix torch.Tensor inference results plotting (#4297) Glenn Jocher 2023-08-10 20:43:40 +02:00
  • 48748ded24
    Use conda install -c conda-forge ultralytics (#4272) Glenn Jocher 2023-08-10 20:40:31 +02:00
  • 22474e9ad5
    Improve YOLOv8 ONNX Runtime c++ example for all OS with CmakeList.txt support (#4274) Onuralp SEZER 2023-08-10 18:51:19 +03:00
  • c9be1f3cce
    ultralytics 8.0.151 add DOTAv2.yaml for OBB training (#4258) Glenn Jocher 2023-08-10 00:55:36 +02:00
  • a76af55533
    Fixes Results.tojson when tracking (#4270) Simon Lévesque 2023-08-09 18:19:28 -04:00
  • 29ace4982d
    Add "assert len(labels)" catch (#4257) Laughing 2023-08-10 06:15:14 +08:00
  • dde89c744c
    Refactor val code into new self.match_predictions() method (#4265) Andy 2023-08-09 19:03:46 +02:00
  • e9c9b82c42
    Fix save_hybrid (#4245) Laughing 2023-08-10 00:51:21 +08:00
  • 7dfdb63cde
    ultralytics 8.0.150 new Apple *.mlpackage export format (#4043) Glenn Jocher 2023-08-08 17:00:42 +02:00
  • f5fc807fa7
    Accept model=yolov5*u.yaml arguments (#4230) Glenn Jocher 2023-08-08 14:09:11 +02:00
  • 7dcdca3bf4
    Replace type(1) == int with isinstance(1, int) (#4217) pre-commit-ci[bot] 2023-08-08 01:53:47 +02:00
  • ff5fa57415
    Improved Docs models Usage examples (#4214) Glenn Jocher 2023-08-07 20:57:35 +02:00
  • 9a2c0691e3
    Scope scipy import and only plot first 1M labels (#4203) Glenn Jocher 2023-08-07 03:57:16 +02:00
  • 7565210484
    ultralytics 8.0.149 add Open Images V7 training (#4178) Glenn Jocher 2023-08-07 01:19:51 +02:00
  • c751c7f88a
    Enable Google Drive file downloads (#4196) Glenn Jocher 2023-08-06 20:11:14 +02:00
  • eb80ba9ce0
    Update check_version() for inequality support (#4182) Glenn Jocher 2023-08-05 18:23:51 +02:00
  • 038558cfab
    ultralytics 8.0.148 fix SettingsManager empty YAML bug (#4180) Glenn Jocher 2023-08-05 16:13:29 +02:00
  • a9fb8b239b
    Add Docs example for plotting tracks over time (#4170) Glenn Jocher 2023-08-05 15:35:44 +02:00
  • 730af8390b
    Fix error with exporting quantized saved model when labels cache not present (#4174) Colin Wong 2023-08-05 08:35:14 -05:00
  • f0ad1a7f5a
    Update version checks functions (#4179) Glenn Jocher 2023-08-05 15:13:06 +02:00
  • 9899461eec
    Remove redundant mkdir command in Dockerfiles (#4175) Anand Mahesh 2023-08-05 18:29:46 +05:30
  • 4aa7969e15
    Fix Docs reference section __init__.py URLs (#4168) Glenn Jocher 2023-08-04 20:03:22 +02:00
  • 620b726fee
    Add verbosity flag for quantization info (#4151) Colin Wong 2023-08-04 13:03:04 -05:00
  • 6abab4d9ca
    Mark DVC trainer.best artifact as type=model (#4143) David de la Iglesia Castro 2023-08-04 19:39:36 +02:00
  • 09a0378e81
    Add retry option to get_github_assets() function (#4148) Glenn Jocher 2023-08-03 19:13:50 +02:00
  • 11d0488bf1
    Update prediction Results docs (#4139) Glenn Jocher 2023-08-03 18:44:40 +02:00
  • 8870084645
    Removed redundency in RTDETRDecoder (#4118) Sebastian Stapf 2023-08-03 18:14:37 +02:00
  • c06e9ae630
    Fix YOLOv5 save_one_box() usage (#4127) Glenn Jocher 2023-08-03 01:41:57 +02:00
  • 6852b76611
    Use double quotes for pip install options (#4110) Glenn Jocher 2023-08-02 17:32:03 +02:00
  • c3c27b019a
    ultralytics 8.0.146 fix SettingsManager un-needed write ops (#4101) Glenn Jocher 2023-08-01 20:26:10 +02:00