ultralytics 8.0.83__tar.gz → 8.0.84__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ultralytics might be problematic. Click here for more details.
- {ultralytics-8.0.83/ultralytics.egg-info → ultralytics-8.0.84}/PKG-INFO +11 -3
- {ultralytics-8.0.83 → ultralytics-8.0.84}/README.md +10 -2
- {ultralytics-8.0.83 → ultralytics-8.0.84}/README.zh-CN.md +10 -3
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/__init__.py +1 -1
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/base.py +3 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/results.py +33 -9
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/instance.py +2 -2
- {ultralytics-8.0.83 → ultralytics-8.0.84/ultralytics.egg-info}/PKG-INFO +11 -3
- {ultralytics-8.0.83 → ultralytics-8.0.84}/CONTRIBUTING.md +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/LICENSE +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/MANIFEST.in +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/requirements.txt +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/setup.cfg +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/setup.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/tests/test_cli.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/tests/test_engine.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/tests/test_python.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/assets/bus.jpg +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/assets/zidane.jpg +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/Argoverse.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/GlobalWheat2020.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/ImageNet.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/Objects365.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/SKU-110K.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/VOC.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/VisDrone.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco-pose.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco128-seg.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco128.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco8-pose.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco8-seg.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/coco8.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/datasets/xView.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/hub/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/hub/auth.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/hub/session.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/hub/utils.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v3/yolov3-spp.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v3/yolov3-tiny.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v3/yolov3.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v5/yolov5-p6.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v5/yolov5.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-cls.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-p2.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-p6.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-pose-p6.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-pose.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8-seg.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/models/v8/yolov8.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/nn/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/nn/autobackend.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/nn/autoshape.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/nn/modules.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/nn/tasks.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/cfg/botsort.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/cfg/bytetrack.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/track.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/trackers/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/trackers/basetrack.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/trackers/bot_sort.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/trackers/byte_tracker.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/utils/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/utils/gmc.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/utils/kalman_filter.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/tracker/utils/matching.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/cfg/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/cfg/default.yaml +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/augment.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/build.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/stream_loaders.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/v5augmentations.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/v5loader.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataset.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataset_wrappers.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/utils.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/exporter.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/model.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/predictor.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/trainer.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/engine/validator.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/autobatch.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/benchmarks.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/base.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/clearml.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/comet.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/hub.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/mlflow.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/neptune.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/raytune.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/tensorboard.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/callbacks/wb.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/checks.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/dist.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/downloads.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/errors.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/files.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/loss.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/metrics.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/ops.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/plotting.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/tal.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/torch_utils.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/utils/tuner.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/classify/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/classify/predict.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/classify/train.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/classify/val.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/detect/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/detect/predict.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/detect/train.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/detect/val.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/pose/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/pose/predict.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/pose/train.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/pose/val.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/segment/__init__.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/segment/predict.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/segment/train.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/v8/segment/val.py +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics.egg-info/SOURCES.txt +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics.egg-info/dependency_links.txt +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics.egg-info/entry_points.txt +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics.egg-info/requires.txt +0 -0
- {ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ultralytics
|
|
3
|
-
Version: 8.0.
|
|
3
|
+
Version: 8.0.84
|
|
4
4
|
Summary: Ultralytics YOLOv8
|
|
5
5
|
Home-page: https://github.com/ultralytics/ultralytics
|
|
6
6
|
Author: Ultralytics
|
|
@@ -54,7 +54,9 @@ License-File: LICENSE
|
|
|
54
54
|
</div>
|
|
55
55
|
<br>
|
|
56
56
|
|
|
57
|
-
[Ultralytics
|
|
57
|
+
[Ultralytics](https://ultralytics.com) [YOLOv8](https://github.com/ultralytics/ultralytics) is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.
|
|
58
|
+
|
|
59
|
+
We hope that the resources here will help you get the most out of YOLOv8. Please browse the YOLOv8 <a href="https://docs.ultralytics.com/">Docs</a> for details, raise an issue on <a href="https://github.com/ultralytics/ultralytics">GitHub</a> for support, and join our <a href="https://discord.gg/n6cFeSPZdD">Discord</a> community for questions and discussions!
|
|
58
60
|
|
|
59
61
|
To request an Enterprise License please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
|
|
60
62
|
|
|
@@ -78,6 +80,9 @@ To request an Enterprise License please complete the form at [Ultralytics Licens
|
|
|
78
80
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
79
81
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
80
82
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
|
|
83
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
84
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
85
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="2%" alt="" /></a>
|
|
81
86
|
</div>
|
|
82
87
|
</div>
|
|
83
88
|
|
|
@@ -266,7 +271,7 @@ YOLOv8 is available under two different licenses:
|
|
|
266
271
|
|
|
267
272
|
## <div align="center">Contact</div>
|
|
268
273
|
|
|
269
|
-
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues)
|
|
274
|
+
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues), and join our [Discord](https://discord.gg/n6cFeSPZdD) community for questions and discussions!
|
|
270
275
|
|
|
271
276
|
<br>
|
|
272
277
|
<div align="center">
|
|
@@ -287,4 +292,7 @@ For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https:/
|
|
|
287
292
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
288
293
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
289
294
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="" /></a>
|
|
295
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
296
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
297
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="3%" alt="" /></a>
|
|
290
298
|
</div>
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
</div>
|
|
19
19
|
<br>
|
|
20
20
|
|
|
21
|
-
[Ultralytics
|
|
21
|
+
[Ultralytics](https://ultralytics.com) [YOLOv8](https://github.com/ultralytics/ultralytics) is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.
|
|
22
|
+
|
|
23
|
+
We hope that the resources here will help you get the most out of YOLOv8. Please browse the YOLOv8 <a href="https://docs.ultralytics.com/">Docs</a> for details, raise an issue on <a href="https://github.com/ultralytics/ultralytics">GitHub</a> for support, and join our <a href="https://discord.gg/n6cFeSPZdD">Discord</a> community for questions and discussions!
|
|
22
24
|
|
|
23
25
|
To request an Enterprise License please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
|
|
24
26
|
|
|
@@ -42,6 +44,9 @@ To request an Enterprise License please complete the form at [Ultralytics Licens
|
|
|
42
44
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
43
45
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
44
46
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
|
|
47
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
48
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
49
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="2%" alt="" /></a>
|
|
45
50
|
</div>
|
|
46
51
|
</div>
|
|
47
52
|
|
|
@@ -230,7 +235,7 @@ YOLOv8 is available under two different licenses:
|
|
|
230
235
|
|
|
231
236
|
## <div align="center">Contact</div>
|
|
232
237
|
|
|
233
|
-
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues)
|
|
238
|
+
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues), and join our [Discord](https://discord.gg/n6cFeSPZdD) community for questions and discussions!
|
|
234
239
|
|
|
235
240
|
<br>
|
|
236
241
|
<div align="center">
|
|
@@ -251,4 +256,7 @@ For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https:/
|
|
|
251
256
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
252
257
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
253
258
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="" /></a>
|
|
259
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
260
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
261
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="3%" alt="" /></a>
|
|
254
262
|
</div>
|
|
@@ -18,9 +18,11 @@
|
|
|
18
18
|
</div>
|
|
19
19
|
<br>
|
|
20
20
|
|
|
21
|
-
[Ultralytics
|
|
21
|
+
[Ultralytics](https://ultralytics.com) [YOLOv8](https://github.com/ultralytics/ultralytics) 是一款前沿、最先进(SOTA)的模型,基于先前 YOLO 版本的成功,引入了新功能和改进,进一步提升性能和灵活性。YOLOv8 设计快速、准确且易于使用,使其成为各种物体检测与跟踪、实例分割、图像分类和姿态估计任务的绝佳选择。
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
我们希望这里的资源能帮助您充分利用 YOLOv8。请浏览 YOLOv8 <a href="https://docs.ultralytics.com/">文档</a> 了解详细信息,在 <a href="https://github.com/ultralytics/ultralytics">GitHub</a> 上提交问题以获得支持,并加入我们的 <a href="https://discord.gg/n6cFeSPZdD">Discord</a> 社区进行问题和讨论!
|
|
24
|
+
|
|
25
|
+
如需申请企业许可,请在 [Ultralytics Licensing](https://ultralytics.com/license) 处填写表格
|
|
24
26
|
|
|
25
27
|
<img width="100%" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/yolo-comparison-plots.png"></a>
|
|
26
28
|
|
|
@@ -42,6 +44,9 @@
|
|
|
42
44
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
43
45
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
44
46
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
|
|
47
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
48
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
49
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="2%" alt="" /></a>
|
|
45
50
|
</div>
|
|
46
51
|
</div>
|
|
47
52
|
|
|
@@ -229,7 +234,7 @@ YOLOv8 提供两种不同的许可证:
|
|
|
229
234
|
|
|
230
235
|
## <div align="center">联系方式</div>
|
|
231
236
|
|
|
232
|
-
|
|
237
|
+
对于 YOLOv8 的错误报告和功能请求,请访问 [GitHub Issues](https://github.com/ultralytics/ultralytics/issues),并加入我们的 [Discord](https://discord.gg/n6cFeSPZdD) 社区进行问题和讨论!
|
|
233
238
|
|
|
234
239
|
<br>
|
|
235
240
|
<div align="center">
|
|
@@ -250,4 +255,6 @@ YOLOv8 提供两种不同的许可证:
|
|
|
250
255
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
251
256
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
252
257
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="" /></a>
|
|
258
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
259
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="3%" alt="" /></a>
|
|
253
260
|
</div>
|
|
@@ -120,11 +120,14 @@ class BaseDataset(Dataset):
|
|
|
120
120
|
cls = self.labels[i]['cls']
|
|
121
121
|
bboxes = self.labels[i]['bboxes']
|
|
122
122
|
segments = self.labels[i]['segments']
|
|
123
|
+
keypoints = self.labels[i]['keypoints']
|
|
123
124
|
j = (cls == include_class_array).any(1)
|
|
124
125
|
self.labels[i]['cls'] = cls[j]
|
|
125
126
|
self.labels[i]['bboxes'] = bboxes[j]
|
|
126
127
|
if segments:
|
|
127
128
|
self.labels[i]['segments'] = [segments[si] for si, idx in enumerate(j) if idx]
|
|
129
|
+
if keypoints is not None:
|
|
130
|
+
self.labels[i]['keypoints'] = keypoints[j]
|
|
128
131
|
if self.single_cls:
|
|
129
132
|
self.labels[i]['cls'][:, 0] = 0
|
|
130
133
|
|
|
@@ -97,11 +97,6 @@ class Results(SimpleClass):
|
|
|
97
97
|
self.path = path
|
|
98
98
|
self._keys = ('boxes', 'masks', 'probs', 'keypoints')
|
|
99
99
|
|
|
100
|
-
def pandas(self):
|
|
101
|
-
"""Convert the results to a pandas DataFrame."""
|
|
102
|
-
pass
|
|
103
|
-
# TODO masks.pandas + boxes.pandas + cls.pandas
|
|
104
|
-
|
|
105
100
|
def __getitem__(self, idx):
|
|
106
101
|
"""Return a Results object for the specified index."""
|
|
107
102
|
r = self.new()
|
|
@@ -315,6 +310,35 @@ class Results(SimpleClass):
|
|
|
315
310
|
file=save_dir / self.names[int(d.cls)] / f'{file_name.stem}.jpg',
|
|
316
311
|
BGR=True)
|
|
317
312
|
|
|
313
|
+
def pandas(self):
|
|
314
|
+
"""Convert the object to a pandas DataFrame (not yet implemented)."""
|
|
315
|
+
LOGGER.warning("WARNING ⚠️ 'Results.pandas' method is not yet implemented.")
|
|
316
|
+
|
|
317
|
+
def tojson(self, normalize=False):
|
|
318
|
+
"""Convert the object to JSON format."""
|
|
319
|
+
import json
|
|
320
|
+
|
|
321
|
+
# Create list of detection dictionaries
|
|
322
|
+
results = []
|
|
323
|
+
data = self.boxes.data.cpu().tolist()
|
|
324
|
+
h, w = self.orig_shape if normalize else (1, 1)
|
|
325
|
+
for i, row in enumerate(data):
|
|
326
|
+
box = {'x1': row[0] / w, 'y1': row[1] / h, 'x2': row[2] / w, 'y2': row[3] / h}
|
|
327
|
+
conf = row[4]
|
|
328
|
+
id = int(row[5])
|
|
329
|
+
name = self.names[id]
|
|
330
|
+
result = {'name': name, 'class': id, 'confidence': conf, 'box': box}
|
|
331
|
+
if self.masks:
|
|
332
|
+
x, y = self.masks.xy[i][:, 0], self.masks.xy[i][:, 1] # numpy array
|
|
333
|
+
result['segments'] = {'x': (x / w).tolist(), 'y': (y / h).tolist()}
|
|
334
|
+
if self.keypoints is not None:
|
|
335
|
+
x, y, visible = self.keypoints[i].cpu().unbind(dim=1) # torch Tensor
|
|
336
|
+
result['keypoints'] = {'x': (x / w).tolist(), 'y': (y / h).tolist(), 'visible': visible.tolist()}
|
|
337
|
+
results.append(result)
|
|
338
|
+
|
|
339
|
+
# Convert detections to JSON
|
|
340
|
+
return json.dumps(results, indent=2)
|
|
341
|
+
|
|
318
342
|
|
|
319
343
|
class Boxes(BaseTensor):
|
|
320
344
|
"""
|
|
@@ -397,10 +421,6 @@ class Boxes(BaseTensor):
|
|
|
397
421
|
"""Return the boxes in xywh format normalized by original image size."""
|
|
398
422
|
return self.xywh / self.orig_shape[[1, 0, 1, 0]]
|
|
399
423
|
|
|
400
|
-
def pandas(self):
|
|
401
|
-
"""Convert the object to a pandas DataFrame (not yet implemented)."""
|
|
402
|
-
LOGGER.info('results.pandas() method not yet implemented')
|
|
403
|
-
|
|
404
424
|
@property
|
|
405
425
|
def boxes(self):
|
|
406
426
|
"""Return the raw bboxes tensor (deprecated)."""
|
|
@@ -466,3 +486,7 @@ class Masks(BaseTensor):
|
|
|
466
486
|
"""Return the raw masks tensor (deprecated)."""
|
|
467
487
|
LOGGER.warning("WARNING ⚠️ 'Masks.masks' is deprecated. Use 'Masks.data' instead.")
|
|
468
488
|
return self.data
|
|
489
|
+
|
|
490
|
+
def pandas(self):
|
|
491
|
+
"""Convert the object to a pandas DataFrame (not yet implemented)."""
|
|
492
|
+
LOGGER.warning("WARNING ⚠️ 'Masks.pandas' method is not yet implemented.")
|
|
@@ -34,7 +34,7 @@ class Bboxes:
|
|
|
34
34
|
"""Now only numpy is supported."""
|
|
35
35
|
|
|
36
36
|
def __init__(self, bboxes, format='xyxy') -> None:
|
|
37
|
-
assert format in _formats
|
|
37
|
+
assert format in _formats, f'Invalid bounding box format: {format}, format must be one of {_formats}'
|
|
38
38
|
bboxes = bboxes[None, :] if bboxes.ndim == 1 else bboxes
|
|
39
39
|
assert bboxes.ndim == 2
|
|
40
40
|
assert bboxes.shape[1] == 4
|
|
@@ -66,7 +66,7 @@ class Bboxes:
|
|
|
66
66
|
|
|
67
67
|
def convert(self, format):
|
|
68
68
|
"""Converts bounding box format from one type to another."""
|
|
69
|
-
assert format in _formats
|
|
69
|
+
assert format in _formats, f'Invalid bounding box format: {format}, format must be one of {_formats}'
|
|
70
70
|
if self.format == format:
|
|
71
71
|
return
|
|
72
72
|
elif self.format == 'xyxy':
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ultralytics
|
|
3
|
-
Version: 8.0.
|
|
3
|
+
Version: 8.0.84
|
|
4
4
|
Summary: Ultralytics YOLOv8
|
|
5
5
|
Home-page: https://github.com/ultralytics/ultralytics
|
|
6
6
|
Author: Ultralytics
|
|
@@ -54,7 +54,9 @@ License-File: LICENSE
|
|
|
54
54
|
</div>
|
|
55
55
|
<br>
|
|
56
56
|
|
|
57
|
-
[Ultralytics
|
|
57
|
+
[Ultralytics](https://ultralytics.com) [YOLOv8](https://github.com/ultralytics/ultralytics) is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.
|
|
58
|
+
|
|
59
|
+
We hope that the resources here will help you get the most out of YOLOv8. Please browse the YOLOv8 <a href="https://docs.ultralytics.com/">Docs</a> for details, raise an issue on <a href="https://github.com/ultralytics/ultralytics">GitHub</a> for support, and join our <a href="https://discord.gg/n6cFeSPZdD">Discord</a> community for questions and discussions!
|
|
58
60
|
|
|
59
61
|
To request an Enterprise License please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
|
|
60
62
|
|
|
@@ -78,6 +80,9 @@ To request an Enterprise License please complete the form at [Ultralytics Licens
|
|
|
78
80
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
79
81
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
80
82
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
|
|
83
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
|
|
84
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
85
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="2%" alt="" /></a>
|
|
81
86
|
</div>
|
|
82
87
|
</div>
|
|
83
88
|
|
|
@@ -266,7 +271,7 @@ YOLOv8 is available under two different licenses:
|
|
|
266
271
|
|
|
267
272
|
## <div align="center">Contact</div>
|
|
268
273
|
|
|
269
|
-
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues)
|
|
274
|
+
For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues), and join our [Discord](https://discord.gg/n6cFeSPZdD) community for questions and discussions!
|
|
270
275
|
|
|
271
276
|
<br>
|
|
272
277
|
<div align="center">
|
|
@@ -287,4 +292,7 @@ For YOLOv8 bug reports and feature requests please visit [GitHub Issues](https:/
|
|
|
287
292
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
288
293
|
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
|
|
289
294
|
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="" /></a>
|
|
295
|
+
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" />
|
|
296
|
+
<a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;">
|
|
297
|
+
<img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="3%" alt="" /></a>
|
|
290
298
|
</div>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/stream_loaders.py
RENAMED
|
File without changes
|
{ultralytics-8.0.83 → ultralytics-8.0.84}/ultralytics/yolo/data/dataloaders/v5augmentations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|