上一页 1 ··· 534 535 536 537 538 539 540 541 542 ··· 939 下一页
摘要: Yolov8 源码解析(十九) description: Explore detailed documentation on convolution modules like Conv, LightConv, GhostConv, and more used in Ultralytics model 阅读全文
posted @ 2024-09-05 12:02 绝不原创的飞龙 阅读(194) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十二) comments: true description: Learn to simplify the logging of YOLOv8 training with Comet ML. This guide covers installation, setup, rea 阅读全文
posted @ 2024-09-05 12:01 绝不原创的飞龙 阅读(157) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十八) description: Explore the methods for managing and validating YOLO configurations in the Ultralytics configuration module. Enhance your 阅读全文
posted @ 2024-09-05 12:01 绝不原创的飞龙 阅读(105) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十) comments: true description: Learn how to ensure thread-safe YOLO model inference in Python. Avoid race conditions and run your multi-th 阅读全文
posted @ 2024-09-05 12:01 绝不原创的飞龙 阅读(134) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十一) .\yolov8\ultralytics\engine\results.py # Ultralytics YOLO 🚀, AGPL-3.0 license """ Ultralytics Results, Boxes and Masks classes for h 阅读全文
posted @ 2024-09-05 12:01 绝不原创的飞龙 阅读(340) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十五) .\yolov8\ultralytics\models\utils\__init__.py # 项目标题注释,标识此代码片段为Ultralytics YOLO项目的一部分,可能指示代码的功能或项目的版权信息 # AGPL-3.0 许可证,指明此代码受 AGPL-3. 阅读全文
posted @ 2024-09-05 12:01 绝不原创的飞龙 阅读(692) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十四) .\yolov8\ultralytics\models\sam\modules\sam.py # Ultralytics YOLO 🚀, AGPL-3.0 license # Copyright (c) Meta Platforms, Inc. and affil 阅读全文
posted @ 2024-09-05 12:00 绝不原创的飞龙 阅读(202) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十三) .\yolov8\ultralytics\models\nas\predict.py # 导入 PyTorch 库 import torch # 从 Ultralytics 引擎中导入基础预测器、结果和操作工具 from ultralytics.engine.pre 阅读全文
posted @ 2024-09-05 12:00 绝不原创的飞龙 阅读(356) 评论(0) 推荐(0)
摘要: 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 绝不原创的飞龙 阅读(741) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(三十六) .\yolov8\ultralytics\models\yolo\pose\__init__.py # 导入模块 predict 中的 PosePredictor 类 # 导入模块 train 中的 PoseTrainer 类 # 导入模块 val 中的 PoseV 阅读全文
posted @ 2024-09-05 11:59 绝不原创的飞龙 阅读(546) 评论(0) 推荐(0)
上一页 1 ··· 534 535 536 537 538 539 540 541 542 ··· 939 下一页