大号在练葵花宝典 发表于 2025-1-5 03:04:22

YOLOv10-1.1部门代码阅读笔记-autobackend.py

autobackend.py

ultralytics\nn\autobackend.py
目录
autobackend.py
1.所需的库和模块
2.def check_class_names(names): 
3.def default_class_names(data=None): 
4.class AutoBackend(nn.Module): 

1.所需的库和模块

# Ultralytics YOLO
页: [1]
查看完整版本: YOLOv10-1.1部门代码阅读笔记-autobackend.py