alex_bn_lee

导航

2021年6月28日 #

【582】QGIS 矢量化 & Python 加载 shapefile

摘要: 参考:QGIS创建矢量文件以及特殊矢量图形的画法 参考:Python 的一些练习(1)加载shapefile 一、QGIS 矢量化 (MAC) Layer -> Create Layer -> New Shapefile Layer... 选择存储位置、选择绘制的 shp 类型 二、Python 加 阅读全文

posted @ 2021-06-28 20:31 McDelfino 阅读(406) 评论(0) 推荐(0)

【581】PyTorch 实现上采样 —— nn.Upsampling

摘要: 参考:pytorch torch.nn 实现上采样——nn.Upsample 参考:PyTorch Upsample() 函数实现上采样 参考:Official - Docs > torch.nn > Upsample 举例 >>> input = torch.arange(1, 5, dtype= 阅读全文

posted @ 2021-06-28 11:03 McDelfino 阅读(605) 评论(0) 推荐(1)