上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 898 下一页
摘要: Yolov8 源码解析(三十六) .\yolov8\ultralytics\models\yolo\pose\__init__.py # 导入模块 predict 中的 PosePredictor 类 # 导入模块 train 中的 PoseTrainer 类 # 导入模块 val 中的 PoseV 阅读全文
posted @ 2024-09-05 11:59 绝不原创的飞龙 阅读(539) 评论(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 绝不原创的飞龙 阅读(401) 评论(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 绝不原创的飞龙 阅读(213) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十八) .\yolov8\ultralytics\nn\__init__.py # 导入模块中的特定类和函数,包括: # - BaseModel: 基础模型类 # - ClassificationModel: 分类模型类 # - DetectionModel: 目标检测模型 阅读全文
posted @ 2024-09-05 11:58 绝不原创的飞龙 阅读(430) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十) .\yolov8\ultralytics\data\__init__.py # 导入基础数据集类 BaseDataset 从当前包的 base 模块中 # 导入构建数据加载器的函数 build_dataloader 和构建 grounding 的函数 build_gr 阅读全文
posted @ 2024-09-05 11:58 绝不原创的飞龙 阅读(430) 评论(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 绝不原创的飞龙 阅读(151) 评论(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 绝不原创的飞龙 阅读(96) 评论(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 绝不原创的飞龙 阅读(133) 评论(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 绝不原创的飞龙 阅读(208) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(二十一) comments: true description: Optimize your YOLO model's performance with the right settings and hyperparameters. Learn about training, 阅读全文
posted @ 2024-09-05 11:58 绝不原创的飞龙 阅读(156) 评论(0) 推荐(0)
上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 898 下一页