摘要:
代码 监控脚本 MonitorGpu.py,该脚本会自动监控GPU内存和功耗情况,在满足条件情况下,可以自动运行脚本TestCuda.py import os import sys import time import platform cmd = 'python TestCuda.py' def 阅读全文
摘要:
DOTA数据集官网: http://captain.whu.edu.cn/DOTAweb/index.html 官网提供水平和旋转目标提交接口,可以看到检测结果实时排行榜: http://captain.whu.edu.cn/DOTAweb/results.html 一、关键节点 1.1 更多的框 阅读全文