sudo apt updatesudo apt upgrade -ysudo apt-get install nvidia-driver-525sudo apt install -y lightdm选择lightdm重启系统nvidia-smi
运行环境:MacOS:14.0Python 3.9Pytorch2.1onnx 运行时模型文件:https://wwxd.lanzouu.com/iBqiA1g49pbc密码:f40v下载 best.apk后将后缀名修改为 onnx 即可模型在英伟达 T4GPU 使用 coco128 训练了 200 轮如遇下载不了可私信获取代码:import copyimport timeimport on...
由于工作原因部分文档基于飞书文档进行编写文章链接:https://qktfd8tldg.feishu.cn/docx/RWxSdcRWToejMixF5RCcpFvlnoe
附件中为中国的边境线数据集,-full包含所有省份的边界数据集,目前这个方法的处理速度还不是很理想,可以将中国的经纬度范围作为前置条件,快速过滤掉大部分的非境内坐标再使用函数进行判断,大大提高了处理速度from shapely.geometry import Point, Polygon import json # 读取中国边境线的数据 with open('/Users/ga666666...