上一页 1 ··· 533 534 535 536 537 538 539 540 541 ··· 939 下一页
摘要: Yolov8 源码解析(四十三) .\yolov8\ultralytics\utils\patches.py # Ultralytics YOLO 🚀, AGPL-3.0 license """Monkey patches to update/extend functionality of exi 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(263) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(四十二) .\yolov8\ultralytics\utils\loss.py # 导入PyTorch库中需要的模块 import torch import torch.nn as nn import torch.nn.functional as F # 从Ultralyti 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(746) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(四十) .\yolov8\ultralytics\utils\benchmarks.py # 从 glob 模块中导入 glob 函数,用于文件路径的模糊匹配 import glob # 导入 os 模块,提供了许多与操作系统交互的函数 import os # 导入 plat 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(288) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(四) comments: true description: Explore the COCO-Pose dataset for advanced pose estimation. Learn about datasets, pretrained models, metric 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(345) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十一) comments: true description: Learn how to run inference using the Ultralytics HUB Inference API. Includes examples in Python and cURL f 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(131) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十五) comments: true description: Discover FastSAM, a real-time CNN-based solution for segmenting any object in an image. Efficient, competi 阅读全文
posted @ 2024-09-05 12:03 绝不原创的飞龙 阅读(265) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十四) comments: true description: Learn how to integrate YOLOv8 with TensorBoard for real-time visual insights into your model's training me 阅读全文
posted @ 2024-09-05 12:02 绝不原创的飞龙 阅读(132) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十三) comments: true description: Dive into our guide on YOLOv8's integration with Kaggle. Find out what Kaggle is, its key features, and ho 阅读全文
posted @ 2024-09-05 12:02 绝不原创的飞龙 阅读(203) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十七) comments: true description: Harness the power of Ultralytics YOLOv8 for real-time, high-speed inference on various data sources. Learn 阅读全文
posted @ 2024-09-05 12:02 绝不原创的飞龙 阅读(153) 评论(0) 推荐(0)
摘要: Yolov8 源码解析(十六) comments: true description: Discover YOLOv10, the latest in real-time object detection, eliminating NMS and boosting efficiency. Achie 阅读全文
posted @ 2024-09-05 12:02 绝不原创的飞龙 阅读(214) 评论(0) 推荐(0)
上一页 1 ··· 533 534 535 536 537 538 539 540 541 ··· 939 下一页