yolo关闭调试信息

作者:iohannes 发布时间: 2025-06-17 阅读量:20
import  os
os.environ['YOLO_VERBOSE'] =  str(False)
from  ultralytics  import  YOLO