摘要:
Yolov8 源码解析(三十七) .\yolov8\ultralytics\nn\modules\conv.py # Ultralytics YOLO 🚀, AGPL-3.0 license """Convolution modules.""" import math import numpy a 阅读全文
posted @ 2024-09-05 12:00
绝不原创的飞龙
阅读(718)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三十六) .\yolov8\ultralytics\models\yolo\pose\__init__.py # 导入模块 predict 中的 PosePredictor 类 # 导入模块 train 中的 PoseTrainer 类 # 导入模块 val 中的 PoseV 阅读全文
posted @ 2024-09-05 11:59
绝不原创的飞龙
阅读(522)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三十九) .\yolov8\ultralytics\trackers\bot_sort.py # Ultralytics YOLO 🚀, AGPL-3.0 license from collections import deque # 导入 deque 数据结构,用于存储特 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(398)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三十二) .\yolov8\ultralytics\engine\tuner.py """ This module provides functionalities for hyperparameter tuning of the Ultralytics YOLO model 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(206)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三十八) .\yolov8\ultralytics\nn\__init__.py # 导入模块中的特定类和函数,包括: # - BaseModel: 基础模型类 # - ClassificationModel: 分类模型类 # - DetectionModel: 目标检测模型 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(419)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三十) .\yolov8\ultralytics\data\__init__.py # 导入基础数据集类 BaseDataset 从当前包的 base 模块中 # 导入构建数据加载器的函数 build_dataloader 和构建 grounding 的函数 build_gr 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(420)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(三) comments: true description: Explore the SKU-110k dataset of densely packed retail shelf images, perfect for training and evaluating dee 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(143)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(七) comments: true description: Understand the key practices for monitoring, maintaining, and documenting computer vision models to guarant 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(91)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(六) comments: true description: Master hyperparameter tuning for Ultralytics YOLO to optimize model performance with our comprehensive guid 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(126)
评论(0)
推荐(0)
摘要:
Yolov8 源码解析(九) comments: true description: Learn how to estimate object speed using Ultralytics YOLOv8 for applications in traffic control, autonomous 阅读全文
posted @ 2024-09-05 11:58
绝不原创的飞龙
阅读(203)
评论(0)
推荐(0)

浙公网安备 33010602011771号