ultralytics 8.2.10__tar.gz → 8.2.11__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.2.10 → ultralytics-8.2.11}/PKG-INFO +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_cli.py +2 -2
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_cuda.py +32 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/__init__.py +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/base.py +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/exporter.py +79 -19
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/model.py +3 -3
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/checks.py +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/downloads.py +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics.egg-info/PKG-INFO +1 -1
- {ultralytics-8.2.10 → ultralytics-8.2.11}/LICENSE +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/README.md +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/pyproject.toml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/setup.cfg +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_engine.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_explorer.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_exports.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_integrations.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/tests/test_python.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/assets/bus.jpg +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/assets/zidane.jpg +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/Argoverse.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/DOTAv1.5.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/DOTAv1.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/GlobalWheat2020.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/ImageNet.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/Objects365.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/SKU-110K.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/VOC.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/VisDrone.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/african-wildlife.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/brain-tumor.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/carparts-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco-pose.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco128-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco128.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco8-pose.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco8-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/coco8.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/crack-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/dota8.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/lvis.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/open-images-v7.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/package-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/tiger-pose.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/datasets/xView.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/default.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-l.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-resnet101.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-resnet50.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-x.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v3/yolov3-spp.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v3/yolov3-tiny.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v3/yolov3.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v5/yolov5-p6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v5/yolov5.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v6/yolov6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-cls-resnet101.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-cls-resnet50.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-cls.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-ghost-p2.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-ghost-p6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-ghost.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-obb.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-p2.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-p6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-pose-p6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-pose.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-rtdetr.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-seg-p6.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-world.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-worldv2.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v9/yolov9c-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v9/yolov9c.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v9/yolov9e-seg.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v9/yolov9e.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/trackers/botsort.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/trackers/bytetrack.yaml +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/annotator.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/augment.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/build.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/converter.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/dataset.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/explorer/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/explorer/explorer.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/explorer/gui/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/explorer/gui/dash.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/explorer/utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/loaders.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/split_dota.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/data/utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/model.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/predictor.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/results.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/trainer.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/tuner.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/engine/validator.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/hub/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/hub/auth.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/hub/session.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/hub/utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/model.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/prompt.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/fastsam/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/nas/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/nas/model.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/nas/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/nas/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/rtdetr/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/rtdetr/model.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/rtdetr/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/rtdetr/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/rtdetr/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/amg.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/build.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/model.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/decoders.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/encoders.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/sam.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/tiny_encoder.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/modules/transformer.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/sam/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/utils/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/utils/loss.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/utils/ops.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/classify/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/classify/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/classify/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/classify/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/detect/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/detect/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/detect/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/detect/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/obb/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/obb/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/obb/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/obb/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/pose/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/pose/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/pose/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/pose/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/segment/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/segment/predict.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/segment/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/segment/val.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/world/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/world/train.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/models/yolo/world/train_world.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/autobackend.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/block.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/conv.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/head.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/transformer.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/modules/utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/nn/tasks.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/ai_gym.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/distance_calculation.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/heatmap.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/object_counter.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/parking_management.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/queue_management.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/solutions/speed_estimation.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/basetrack.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/bot_sort.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/byte_tracker.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/track.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/utils/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/utils/gmc.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/utils/kalman_filter.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/trackers/utils/matching.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/autobatch.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/benchmarks.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/__init__.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/base.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/clearml.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/comet.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/dvc.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/hub.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/mlflow.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/neptune.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/raytune.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/tensorboard.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/callbacks/wb.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/dist.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/errors.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/files.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/instance.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/loss.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/metrics.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/ops.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/patches.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/plotting.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/tal.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/torch_utils.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/triton.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/utils/tuner.py +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics.egg-info/SOURCES.txt +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics.egg-info/dependency_links.txt +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics.egg-info/entry_points.txt +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics.egg-info/requires.txt +0 -0
- {ultralytics-8.2.10 → ultralytics-8.2.11}/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.2.
|
|
3
|
+
Version: 8.2.11
|
|
4
4
|
Summary: Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.
|
|
5
5
|
Author: Glenn Jocher, Ayush Chaurasia, Jing Qiu
|
|
6
6
|
Maintainer: Glenn Jocher, Ayush Chaurasia, Jing Qiu
|
|
@@ -54,8 +54,8 @@ def test_export(model):
|
|
|
54
54
|
|
|
55
55
|
def test_rtdetr(task="detect", model="yolov8n-rtdetr.yaml", data="coco8.yaml"):
|
|
56
56
|
"""Test the RTDETR functionality with the Ultralytics framework."""
|
|
57
|
-
# Warning:
|
|
58
|
-
run(f"yolo train {task} model={model} data={data} --imgsz= 160 epochs =1, cache = disk")
|
|
57
|
+
# Warning: must use imgsz=640 (note also add coma, spaces, fraction=0.25 args to test single-image training)
|
|
58
|
+
run(f"yolo train {task} model={model} data={data} --imgsz= 160 epochs =1, cache = disk fraction=0.25")
|
|
59
59
|
run(f"yolo predict {task} model={model} source={ASSETS / 'bus.jpg'} imgsz=160 save save_crop save_txt")
|
|
60
60
|
|
|
61
61
|
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
|
2
2
|
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
from itertools import product
|
|
5
|
+
|
|
3
6
|
import pytest
|
|
4
7
|
import torch
|
|
5
8
|
|
|
6
9
|
from ultralytics import YOLO
|
|
7
10
|
from ultralytics.utils import ASSETS, WEIGHTS_DIR
|
|
11
|
+
from ultralytics.cfg import TASK2DATA, TASK2MODEL, TASKS
|
|
8
12
|
|
|
9
13
|
from . import CUDA_DEVICE_COUNT, CUDA_IS_AVAILABLE, MODEL, SOURCE
|
|
10
14
|
|
|
@@ -23,6 +27,34 @@ def test_export_engine():
|
|
|
23
27
|
YOLO(f)(SOURCE, device=0)
|
|
24
28
|
|
|
25
29
|
|
|
30
|
+
@pytest.mark.slow
|
|
31
|
+
@pytest.mark.skipif(not CUDA_IS_AVAILABLE, reason="CUDA is not available")
|
|
32
|
+
@pytest.mark.parametrize(
|
|
33
|
+
"task, dynamic, int8, half, batch",
|
|
34
|
+
[ # generate all combinations but exclude those where both int8 and half are True
|
|
35
|
+
(task, dynamic, int8, half, batch)
|
|
36
|
+
# Note: tests reduced below pending compute availability expansion as GPU CI runner utilization is high
|
|
37
|
+
# for task, dynamic, int8, half, batch in product(TASKS, [True, False], [True, False], [True, False], [1, 2])
|
|
38
|
+
for task, dynamic, int8, half, batch in product(TASKS, [True], [True], [False], [2])
|
|
39
|
+
if not (int8 and half) # exclude cases where both int8 and half are True
|
|
40
|
+
],
|
|
41
|
+
)
|
|
42
|
+
def test_export_engine_matrix(task, dynamic, int8, half, batch):
|
|
43
|
+
"""Test YOLO exports to TensorRT format."""
|
|
44
|
+
file = YOLO(TASK2MODEL[task]).export(
|
|
45
|
+
format="engine",
|
|
46
|
+
imgsz=32,
|
|
47
|
+
dynamic=dynamic,
|
|
48
|
+
int8=int8,
|
|
49
|
+
half=half,
|
|
50
|
+
batch=batch,
|
|
51
|
+
data=TASK2DATA[task],
|
|
52
|
+
)
|
|
53
|
+
YOLO(file)([SOURCE] * batch, imgsz=64 if dynamic else 32) # exported model inference
|
|
54
|
+
Path(file).unlink() # cleanup
|
|
55
|
+
Path(file).with_suffix(".cache").unlink() if int8 else None # cleanup INT8 cache
|
|
56
|
+
|
|
57
|
+
|
|
26
58
|
@pytest.mark.skipif(not CUDA_IS_AVAILABLE, reason="CUDA is not available")
|
|
27
59
|
def test_train():
|
|
28
60
|
"""Test model training on a minimal dataset."""
|
|
@@ -170,7 +170,7 @@ class BaseDataset(Dataset):
|
|
|
170
170
|
if self.augment:
|
|
171
171
|
self.ims[i], self.im_hw0[i], self.im_hw[i] = im, (h0, w0), im.shape[:2] # im, hw_original, hw_resized
|
|
172
172
|
self.buffer.append(i)
|
|
173
|
-
if len(self.buffer) >= self.max_buffer_length:
|
|
173
|
+
if 1 < len(self.buffer) >= self.max_buffer_length: # prevent empty buffer
|
|
174
174
|
j = self.buffer.pop(0)
|
|
175
175
|
if self.cache != "ram":
|
|
176
176
|
self.ims[j], self.im_hw0[j], self.im_hw[j] = None, None, None
|
|
@@ -88,7 +88,7 @@ from ultralytics.utils import (
|
|
|
88
88
|
yaml_save,
|
|
89
89
|
)
|
|
90
90
|
from ultralytics.utils.checks import check_imgsz, check_is_path_safe, check_requirements, check_version
|
|
91
|
-
from ultralytics.utils.downloads import attempt_download_asset, get_github_assets
|
|
91
|
+
from ultralytics.utils.downloads import attempt_download_asset, get_github_assets, safe_download
|
|
92
92
|
from ultralytics.utils.files import file_size, spaces_in_path
|
|
93
93
|
from ultralytics.utils.ops import Profile
|
|
94
94
|
from ultralytics.utils.torch_utils import TORCH_1_13, get_latest_opset, select_device, smart_inference_mode
|
|
@@ -200,6 +200,8 @@ class Exporter:
|
|
|
200
200
|
self.args.half = False
|
|
201
201
|
assert not self.args.dynamic, "half=True not compatible with dynamic=True, i.e. use only one."
|
|
202
202
|
self.imgsz = check_imgsz(self.args.imgsz, stride=model.stride, min_dim=2) # check image size
|
|
203
|
+
if self.args.int8 and engine:
|
|
204
|
+
self.args.dynamic = True # enforce dynamic to export TensorRT INT8; ensures ONNX is dynamic
|
|
203
205
|
if self.args.optimize:
|
|
204
206
|
assert not ncnn, "optimize=True not compatible with format='ncnn', i.e. use optimize=False"
|
|
205
207
|
assert self.device.type == "cpu", "optimize=True not compatible with cuda devices, i.e. use device='cpu'"
|
|
@@ -349,12 +351,12 @@ class Exporter:
|
|
|
349
351
|
task=self.model.task,
|
|
350
352
|
imgsz=self.imgsz[0],
|
|
351
353
|
augment=False,
|
|
352
|
-
batch_size=self.args.batch,
|
|
354
|
+
batch_size=self.args.batch * 2, # NOTE TensorRT INT8 calibration should use 2x batch size
|
|
353
355
|
)
|
|
354
356
|
n = len(dataset)
|
|
355
357
|
if n < 300:
|
|
356
358
|
LOGGER.warning(f"{prefix} WARNING ⚠️ >300 images recommended for INT8 calibration, found {n} images.")
|
|
357
|
-
return build_dataloader(dataset, batch=self.args.batch, workers=0) # required for batch loading
|
|
359
|
+
return build_dataloader(dataset, batch=self.args.batch * 2, workers=0) # required for batch loading
|
|
358
360
|
|
|
359
361
|
@try_export
|
|
360
362
|
def export_torchscript(self, prefix=colorstr("TorchScript:")):
|
|
@@ -533,7 +535,7 @@ class Exporter:
|
|
|
533
535
|
f_ts = self.file.with_suffix(".torchscript")
|
|
534
536
|
|
|
535
537
|
name = Path("pnnx.exe" if WINDOWS else "pnnx") # PNNX filename
|
|
536
|
-
pnnx = name if name.is_file() else ROOT / name
|
|
538
|
+
pnnx = name if name.is_file() else (ROOT / name)
|
|
537
539
|
if not pnnx.is_file():
|
|
538
540
|
LOGGER.warning(
|
|
539
541
|
f"{prefix} WARNING ⚠️ PNNX not found. Attempting to download binary file from "
|
|
@@ -542,19 +544,19 @@ class Exporter:
|
|
|
542
544
|
)
|
|
543
545
|
system = "macos" if MACOS else "windows" if WINDOWS else "linux-aarch64" if ARM64 else "linux"
|
|
544
546
|
try:
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
assert
|
|
547
|
+
release, assets = get_github_assets(repo="pnnx/pnnx")
|
|
548
|
+
asset = [x for x in assets if f"{system}.zip" in x][0]
|
|
549
|
+
assert isinstance(asset, str), "Unable to retrieve PNNX repo assets" # i.e. pnnx-20240410-macos.zip
|
|
550
|
+
LOGGER.info(f"{prefix} successfully found latest PNNX asset file {asset}")
|
|
548
551
|
except Exception as e:
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
552
|
+
release = "20240410"
|
|
553
|
+
asset = f"pnnx-{release}-{system}.zip"
|
|
554
|
+
LOGGER.warning(f"{prefix} WARNING ⚠️ PNNX GitHub assets not found: {e}, using default {asset}")
|
|
555
|
+
unzip_dir = safe_download(f"https://github.com/pnnx/pnnx/releases/download/{release}/{asset}", delete=True)
|
|
556
|
+
if check_is_path_safe(Path.cwd(), unzip_dir): # avoid path traversal security vulnerability
|
|
554
557
|
(unzip_dir / name).rename(pnnx) # move binary to ROOT
|
|
555
|
-
shutil.rmtree(unzip_dir) # delete unzip dir
|
|
556
|
-
Path(asset).unlink() # delete zip
|
|
557
558
|
pnnx.chmod(0o777) # set read, write, and execute permissions for everyone
|
|
559
|
+
shutil.rmtree(unzip_dir) # delete unzip dir
|
|
558
560
|
|
|
559
561
|
ncnn_args = [
|
|
560
562
|
f'ncnnparam={f / "model.ncnn.param"}',
|
|
@@ -679,6 +681,7 @@ class Exporter:
|
|
|
679
681
|
import tensorrt as trt # noqa
|
|
680
682
|
check_version(trt.__version__, "7.0.0", hard=True) # require tensorrt>=7.0.0
|
|
681
683
|
|
|
684
|
+
# Setup and checks
|
|
682
685
|
LOGGER.info(f"\n{prefix} starting export with TensorRT {trt.__version__}...")
|
|
683
686
|
is_trt10 = int(trt.__version__.split(".")[0]) >= 10 # is TensorRT >= 10
|
|
684
687
|
assert Path(f_onnx).exists(), f"failed to export ONNX file: {f_onnx}"
|
|
@@ -687,6 +690,7 @@ class Exporter:
|
|
|
687
690
|
if self.args.verbose:
|
|
688
691
|
logger.min_severity = trt.Logger.Severity.VERBOSE
|
|
689
692
|
|
|
693
|
+
# Engine builder
|
|
690
694
|
builder = trt.Builder(logger)
|
|
691
695
|
config = builder.create_builder_config()
|
|
692
696
|
workspace = int(self.args.workspace * (1 << 30))
|
|
@@ -696,10 +700,14 @@ class Exporter:
|
|
|
696
700
|
config.max_workspace_size = workspace
|
|
697
701
|
flag = 1 << int(trt.NetworkDefinitionCreationFlag.EXPLICIT_BATCH)
|
|
698
702
|
network = builder.create_network(flag)
|
|
703
|
+
half = builder.platform_has_fast_fp16 and self.args.half
|
|
704
|
+
int8 = builder.platform_has_fast_int8 and self.args.int8
|
|
705
|
+
# Read ONNX file
|
|
699
706
|
parser = trt.OnnxParser(network, logger)
|
|
700
707
|
if not parser.parse_from_file(f_onnx):
|
|
701
708
|
raise RuntimeError(f"failed to load ONNX file: {f_onnx}")
|
|
702
709
|
|
|
710
|
+
# Network inputs
|
|
703
711
|
inputs = [network.get_input(i) for i in range(network.num_inputs)]
|
|
704
712
|
outputs = [network.get_output(i) for i in range(network.num_outputs)]
|
|
705
713
|
for inp in inputs:
|
|
@@ -713,15 +721,67 @@ class Exporter:
|
|
|
713
721
|
LOGGER.warning(f"{prefix} WARNING ⚠️ 'dynamic=True' model requires max batch size, i.e. 'batch=16'")
|
|
714
722
|
profile = builder.create_optimization_profile()
|
|
715
723
|
min_shape = (1, shape[1], 32, 32) # minimum input shape
|
|
716
|
-
opt_shape = (max(1, shape[0] // 2), *shape[1:]) # optimal input shape
|
|
717
724
|
max_shape = (*shape[:2], *(max(1, self.args.workspace) * d for d in shape[2:])) # max input shape
|
|
718
725
|
for inp in inputs:
|
|
719
|
-
profile.set_shape(inp.name, min_shape,
|
|
726
|
+
profile.set_shape(inp.name, min=min_shape, opt=shape, max=max_shape)
|
|
720
727
|
config.add_optimization_profile(profile)
|
|
721
728
|
|
|
722
|
-
half
|
|
723
|
-
|
|
724
|
-
|
|
729
|
+
LOGGER.info(f"{prefix} building {'INT8' if int8 else 'FP' + ('16' if half else '32')} engine as {f}")
|
|
730
|
+
if int8:
|
|
731
|
+
config.set_flag(trt.BuilderFlag.INT8)
|
|
732
|
+
config.set_calibration_profile(profile)
|
|
733
|
+
config.profiling_verbosity = trt.ProfilingVerbosity.DETAILED
|
|
734
|
+
|
|
735
|
+
class EngineCalibrator(trt.IInt8Calibrator):
|
|
736
|
+
def __init__(
|
|
737
|
+
self,
|
|
738
|
+
dataset, # ultralytics.data.build.InfiniteDataLoader
|
|
739
|
+
batch: int,
|
|
740
|
+
cache: str = "",
|
|
741
|
+
) -> None:
|
|
742
|
+
trt.IInt8Calibrator.__init__(self)
|
|
743
|
+
self.dataset = dataset
|
|
744
|
+
self.data_iter = iter(dataset)
|
|
745
|
+
self.algo = trt.CalibrationAlgoType.ENTROPY_CALIBRATION_2
|
|
746
|
+
self.batch = batch
|
|
747
|
+
self.cache = Path(cache)
|
|
748
|
+
|
|
749
|
+
def get_algorithm(self) -> trt.CalibrationAlgoType:
|
|
750
|
+
"""Get the calibration algorithm to use."""
|
|
751
|
+
return self.algo
|
|
752
|
+
|
|
753
|
+
def get_batch_size(self) -> int:
|
|
754
|
+
"""Get the batch size to use for calibration."""
|
|
755
|
+
return self.batch or 1
|
|
756
|
+
|
|
757
|
+
def get_batch(self, names) -> list:
|
|
758
|
+
"""Get the next batch to use for calibration, as a list of device memory pointers."""
|
|
759
|
+
try:
|
|
760
|
+
im0s = next(self.data_iter)["img"] / 255.0
|
|
761
|
+
im0s = im0s.to("cuda") if im0s.device.type == "cpu" else im0s
|
|
762
|
+
return [int(im0s.data_ptr())]
|
|
763
|
+
except StopIteration:
|
|
764
|
+
# Return [] or None, signal to TensorRT there is no calibration data remaining
|
|
765
|
+
return None
|
|
766
|
+
|
|
767
|
+
def read_calibration_cache(self) -> bytes:
|
|
768
|
+
"""Use existing cache instead of calibrating again, otherwise, implicitly return None."""
|
|
769
|
+
if self.cache.exists() and self.cache.suffix == ".cache":
|
|
770
|
+
return self.cache.read_bytes()
|
|
771
|
+
|
|
772
|
+
def write_calibration_cache(self, cache) -> None:
|
|
773
|
+
"""Write calibration cache to disk."""
|
|
774
|
+
_ = self.cache.write_bytes(cache)
|
|
775
|
+
|
|
776
|
+
# Load dataset w/ builder (for batching) and calibrate
|
|
777
|
+
dataset = self.get_int8_calibration_dataloader(prefix)
|
|
778
|
+
config.int8_calibrator = EngineCalibrator(
|
|
779
|
+
dataset=dataset,
|
|
780
|
+
batch=2 * self.args.batch,
|
|
781
|
+
cache=self.file.with_suffix(".cache"),
|
|
782
|
+
)
|
|
783
|
+
|
|
784
|
+
elif half:
|
|
725
785
|
config.set_flag(trt.BuilderFlag.FP16)
|
|
726
786
|
|
|
727
787
|
# Free CUDA memory
|
|
@@ -15,7 +15,7 @@ class YOLO(Model):
|
|
|
15
15
|
"""Initialize YOLO model, switching to YOLOWorld if model filename contains '-world'."""
|
|
16
16
|
path = Path(model)
|
|
17
17
|
if "-world" in path.stem and path.suffix in {".pt", ".yaml", ".yml"}: # if YOLOWorld PyTorch model
|
|
18
|
-
new_instance = YOLOWorld(path)
|
|
18
|
+
new_instance = YOLOWorld(path, verbose=verbose)
|
|
19
19
|
self.__class__ = type(new_instance)
|
|
20
20
|
self.__dict__ = new_instance.__dict__
|
|
21
21
|
else:
|
|
@@ -62,14 +62,14 @@ class YOLO(Model):
|
|
|
62
62
|
class YOLOWorld(Model):
|
|
63
63
|
"""YOLO-World object detection model."""
|
|
64
64
|
|
|
65
|
-
def __init__(self, model="yolov8s-world.pt") -> None:
|
|
65
|
+
def __init__(self, model="yolov8s-world.pt", verbose=False) -> None:
|
|
66
66
|
"""
|
|
67
67
|
Initializes the YOLOv8-World model with the given pre-trained model file. Supports *.pt and *.yaml formats.
|
|
68
68
|
|
|
69
69
|
Args:
|
|
70
70
|
model (str | Path): Path to the pre-trained model. Defaults to 'yolov8s-world.pt'.
|
|
71
71
|
"""
|
|
72
|
-
super().__init__(model=model, task="detect")
|
|
72
|
+
super().__init__(model=model, task="detect", verbose=verbose)
|
|
73
73
|
|
|
74
74
|
# Assign default COCO class names when there are no custom names
|
|
75
75
|
if not hasattr(self.model, "names"):
|
|
@@ -528,7 +528,7 @@ def check_is_path_safe(basedir, path):
|
|
|
528
528
|
base_dir_resolved = Path(basedir).resolve()
|
|
529
529
|
path_resolved = Path(path).resolve()
|
|
530
530
|
|
|
531
|
-
return path_resolved.
|
|
531
|
+
return path_resolved.exists() and path_resolved.parts[: len(base_dir_resolved.parts)] == base_dir_resolved.parts
|
|
532
532
|
|
|
533
533
|
|
|
534
534
|
def check_imshow(warn=False):
|
|
@@ -418,7 +418,7 @@ def attempt_download_asset(file, repo="ultralytics/assets", release="v8.2.0", **
|
|
|
418
418
|
|
|
419
419
|
Example:
|
|
420
420
|
```python
|
|
421
|
-
file_path = attempt_download_asset('
|
|
421
|
+
file_path = attempt_download_asset('yolov8n.pt', repo='ultralytics/assets', release='latest')
|
|
422
422
|
```
|
|
423
423
|
"""
|
|
424
424
|
from ultralytics.utils import SETTINGS # scoped for circular import
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ultralytics
|
|
3
|
-
Version: 8.2.
|
|
3
|
+
Version: 8.2.11
|
|
4
4
|
Summary: Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.
|
|
5
5
|
Author: Glenn Jocher, Ayush Chaurasia, Jing Qiu
|
|
6
6
|
Maintainer: Glenn Jocher, Ayush Chaurasia, Jing Qiu
|
|
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.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-resnet101.yaml
RENAMED
|
File without changes
|
{ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/rt-detr/rtdetr-resnet50.yaml
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
|
{ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-cls-resnet101.yaml
RENAMED
|
File without changes
|
{ultralytics-8.2.10 → ultralytics-8.2.11}/ultralytics/cfg/models/v8/yolov8-cls-resnet50.yaml
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|