This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
WBGtheshy
/
20200404428wanghao
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
a191658425
Branches
Tags
master
20200404428wang...
/
day7
/
test.py
test.py
126 B
Histórico
Raw
1
2
3
4
5
#测试安装是否正确
from ultralytics import YOLO
if __name__ == "__main__":
model = YOLO("yolov8n.pt")#生成模型