logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

qt.qpa.plugin: Could not load the Qt platform plugin “windows“ in ““ even though it was found.This

import numpy as npfrom keras.layers import *from keras.models import *from nets.vgg16 import VGG16def Unet(input_shape=(256,256,3), num_classes=21):inputs = Input(input_shape)feat1, feat2, feat3, feat

文章图片
#qt#开发语言
vscodegit发生错误

Git Credential ManagerEnter credentials for "https://gitcode.net/"登陆https://gitcode.net/,点击右上角头像输入用户名:下图框出的字母,不用带@密码就是登陆密码

#python#git
kaggle下载github中的代码

kaggle下载github中的代码

#python
ArcGis制作深度学习标签,cv2读取出错

cv2读取导出标签tif文件出现错误:OpenCV(4.5.4) /tmp/pip-req-build-jpmv6t9_/opencv/modules/imgcodecs/src/grfmt_tiff.cpp:322:error: (-2:Unspecified error) Invalid bitsperpixel value read from TIFF header! Must be 1,

文章图片
#arcgis#深度学习#人工智能
lstm与bp神经网络——时序数据预测

数据和整理好的jupyter文件在这里下载。

文章图片
#机器学习#深度学习#python
ArcGis制作深度学习标签,cv2读取出错

cv2读取导出标签tif文件出现错误:OpenCV(4.5.4) /tmp/pip-req-build-jpmv6t9_/opencv/modules/imgcodecs/src/grfmt_tiff.cpp:322:error: (-2:Unspecified error) Invalid bitsperpixel value read from TIFF header! Must be 1,

文章图片
#arcgis#深度学习#人工智能
arcgis实时显示shp面积

在矢量化过程中,需要查看修整后的shp是否满足面积要求,为了避免每次都需要重新用字段计算器计算shp面积,可以采用表达式标注的方式,在shp上显示面积。在标注表达式窗口输入:round( [Shape_Area] *0.0015,2)打开属性表,看到shape_area字段显示的就是平方米为单位的面积值。编辑该图层定点需要取消选中定点编辑功能才能更新面积值。将已有的shp导入到地理信息库中。在图层

#arcgis#python#开发语言
matlab interp1d 中的spline方法对应python

matlab interp1d 中的spline方法对应pythonfrom scipy.interpolate import CubicSpline,CubicHermiteSpline,interp1dcc=interp1d(x,y,kind='cubic',fill_value='extrapolate')cc(x1)

#python#matlab#html5
到底了