main.py 905 B

123456789101112131415161718192021222324252627282930313233
  1. # 这是一个示例 Python 脚本。
  2. # 按 Shift+F10 执行或将其替换为您的代码。
  3. # 按 双击 Shift 在所有地方搜索类、文件、工具窗口、操作和设置。
  4. import torch
  5. import torchvision
  6. print(torch.__version__)
  7. print(torch.version.cuda)
  8. print(torchvision.__version__)
  9. print(torchvision.version.cuda)
  10. # def print_hi(name):
  11. # # 在下面的代码行中使用断点来调试脚本。
  12. # print(f'Hi, {name}') # 按 Ctrl+F8 切换断点。
  13. #
  14. #
  15. # # 按间距中的绿色按钮以运行脚本。
  16. # if __name__ == '__main__':
  17. # print_hi('PyCharm')
  18. # 访问 https://www.jetbrains.com/help/pycharm/ 获取 PyCharm 帮助
  19. print(torch.cuda.is_available())
  20. # yolo task=detect mode=predict model=yolov8n.pt source=run-people.jpg imgsz=640 show=True save=True
  21. # 训练
  22. # yolo task=segment mode=train model=tof3D/yolov8-seg.yaml data=tof3D/data.yaml epochs=100 batch=4