Commit Graph

598 Commits

Author SHA1 Message Date
8473e4eb62 exporter: 16bit single-channel network support 2024-06-27 13:56:38 +00:00
569c23e681 aded training script 2024-06-03 17:53:02 +00:00
9e42d05e01 disabled AMP check (not supported anyway) 2024-06-01 14:01:16 +00:00
d92dce3a46 augmentations for 16bit grayscaled 2024-04-29 20:57:53 +02:00
9ac5ba921a added training script 2024-04-29 16:29:42 +02:00
8a7dc71f0e added logging 2024-04-29 16:12:09 +02:00
d15113ed0a disabled augmentations 2024-04-29 16:11:57 +02:00
82b97d5d4c changed data/loaders and engine/predictor so they accept 1 channel images for predictions 2023-08-24 14:42:29 +02:00
95e2c2424a changed the imgsize on enginge/prediction to meet the grayscale for prediction 2023-08-24 11:09:35 +02:00
ba4c33dc53 changed the imgsize on enginge/validator to meet the grayscale for prediction 2023-08-24 10:54:18 +02:00
d221ace5a3 changed the imgsize on warmup to meet the grayscale for prediction 2023-08-24 10:51:30 +02:00
833d864689 added changes to use grayscale images during training 2023-08-21 10:51:22 +02:00
e8dcc30754 changed the weights for the fitness function 2023-08-21 09:46:04 +02:00
3acead7e79 Add TensorBoard graph for model visualization (#4464)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-21 01:22:29 +02:00
87ce15d383 ultralytics 8.0.158 add benchmarks to coverage (#4432)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
2023-08-20 20:52:30 +02:00
495806565d Add version tagging to Docker images (#4462)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-20 19:59:25 +02:00
8f79ce45c1 Fix conversion ops using clone and copy (#4438)
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-08-20 13:15:37 +02:00
162e4035eb Docker-python fix for get_ubuntu_version() (#4430) 2023-08-17 19:32:12 +02:00
9d27e7ada4 New ASSETS and trackers GMC cleanup (#4425)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-17 18:19:05 +02:00
aaba14e6b2 ultralytics 8.0.157 fix unzip_file() bug (#4407)
Co-authored-by: Nadim Bou Alwan <64587372+nadinator@users.noreply.github.com>
2023-08-17 13:19:09 +02:00
4885538693 🖼️ Format bbox label with fixed precision for ortcpp-example (#4409)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
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-08-17 11:32:50 +02:00
8d7490f060 ultralytics 8.0.156 fix PIL *.png EXIF bug (#4406) 2023-08-16 19:31:35 +02:00
fb1ae9bfad Fix LoadStreams final frame bug (#4387)
Co-authored-by: Nadim Bou Alwan <64587372+nadinator@users.noreply.github.com>
2023-08-16 19:00:03 +02:00
17e6b9c270 Correct scipy.optimize.linear_sum_assignment usage (#4390) 2023-08-16 16:17:42 +02:00
9a0555eca4 ultralytics 8.0.155 allow imgsz and batch resume changes (#4366)
Co-authored-by: Mostafa Nemati <58460889+monemati@users.noreply.github.com>
Co-authored-by: Eduard Voiculescu <eduardvoiculescu95@gmail.com>
2023-08-15 22:02:23 +02:00
60cad0c592 Cleanup tracker and remove unused functions (#4374)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-15 20:18:39 +02:00
4093c1fd64 Add data/utils.py to tests (#4363) 2023-08-15 01:25:48 +02:00
834f94f899 Fix PIL Image exif_size() function (#4355)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 17:48:54 +02:00
c940d29d4f Omit ultralytics/utils/callbacks from coverage (#4345)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 03:25:51 +02:00
d47718c367 ultralytics 8.0.154 add freeze training argument (#4329) 2023-08-14 00:18:32 +02:00
9f6d48d3cf Improve tests coverage and speed (#4340)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-13 22:24:01 +02:00
d704507217 Clean and bump dvc callback: settings, stacked images (#4343)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-13 21:50:35 +02:00
b5d1af42d8 Update YOLOv8-ONNXRuntime-CPP example with GPU inference (#4328)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
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-08-13 17:34:39 +02:00
f6b58e9d75 Add Code Coverage Reports (#4336) 2023-08-13 16:21:02 +02:00
9366062af2 Remove unused code (#4327)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-13 13:10:52 +02:00
1c753cbce6 ORT_CPP add CUDA FP16 inference (#4320)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-12 17:27:52 +02:00
02d4f5200d Update links.yml (#4322) 2023-08-12 12:53:53 +02:00
822608986c ultralytics 8.0.153 YOLO Tasks Cleanup (#4314) 2023-08-12 02:30:57 +02:00
39395aedc8 Improved Classify dataset splits and introspection (#4312) 2023-08-11 20:39:50 +02:00
645c715350 Implementing Resource Release Mechanism for Stream Loading (#4285)
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-08-11 15:28:32 +02:00
b73f9b13df Fix incorrect device selection when resuming training (#4301) 2023-08-11 14:32:39 +02:00
28893d9d2d ultralytics 8.0.152 bump torch>=1.8.0 (#4299) 2023-08-11 00:49:55 +02:00
6267d6a609 Fix torch.Tensor inference results plotting (#4297) 2023-08-10 20:43:40 +02:00
48748ded24 Use conda install -c conda-forge ultralytics (#4272)
Co-authored-by: Yash Khurana <ykhurana6@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: MLBoy_DaisukeMajima <rockyshikoku@gmail.com>
Co-authored-by: Louis Lac <lac.louis5@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Andy <39454881+yermandy@users.noreply.github.com>
Co-authored-by: Simon Lévesque <simlevesque@dismail.de>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
2023-08-10 20:40:31 +02:00
22474e9ad5 Improve YOLOv8 ONNX Runtime c++ example for all OS with CmakeList.txt support (#4274)
Signed-off-by: Onuralp SEZER <thunderbirdtr@fedoraproject.org>
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
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-08-10 17:51:19 +02:00
c9be1f3cce ultralytics 8.0.151 add DOTAv2.yaml for OBB training (#4258)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
2023-08-10 00:55:36 +02:00
a76af55533 Fixes Results.tojson when tracking (#4270)
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-08-10 00:19:28 +02:00
29ace4982d Add "assert len(labels)" catch (#4257)
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-08-10 00:15:14 +02:00
dde89c744c Refactor val code into new self.match_predictions() method (#4265)
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-08-09 19:03:46 +02:00
e9c9b82c42 Fix save_hybrid (#4245)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-09 18:51:21 +02:00