自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (4)
  • 收藏
  • 关注

原创 shell学习笔记

1、使用bash ./example.sh执行脚本2、set -e / set +eset -e脚本执行过程中出现错误立即退出set +e出现错误跳过继续执行3、写文件名到txt文本里因为要把数据集转成模型需要的东西,需要把数据集中的文件名都保存到一个txt文本中,而且我不想要后缀。比如:ls >a.txt 就可以写,但是有后缀,在网上查了一下basename...

2018-09-26 17:39:44 121

原创 DeepLab V3+:ResourceExhaustedError (see above for traceback): OOM when allocating tensor of shape

在跑DeepLab V3+时遇到ResourceExhaustedError (see above for traceback): OOM when allocating tensor of shape错误GPU:1060/6Ggithub:https://github.com/tensorflow/models/tree/master/research/deeplab是显存不够了,把...

2018-09-25 16:29:53 908

原创 论文学习:Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation

20180313,谷歌开源了语义图像分割模型 DeepLab-v3+。GitHub 地址:https://github.com/tensorflow/models/tree/master/research/deeplab论文链接:https://arxiv.org/abs/1802.02611===============================================...

2018-09-25 09:44:46 720

原创 tensorflow:Error

 1、tensorflow:错误 InternalError: Dst tensor is not initialized电脑环境GPU:GTX1060/6G系统:ubuntu14.04python2.7tensorflow1.4.0cuda8.0cudnn6.0 在跑https://github.com/MarvinTeichmann/KittiSeg.g...

2018-09-21 09:31:39 413

vscode-server-linux-x64.tar.gz

vscode搭建远程开发时,需要在服务器端下载安装一个包,这个包自己下可能会很慢,我下载下来,供大家使用,vscode版本1.36.1,对应commit:2213894ea0415ee8c85c5eea0d0ff81ecc191529

2019-07-16

dlib模型数据

dlib模型数据,包括dlib_face_recognition_resnet_model_v1.dat、mmod_human_face_detector.dat、shape_predictor_5_face_landmarks.dat、shape_predictor_68_face_landmarks.dat

2019-05-07

cv.2cpython-34m.so

opencv3.11在python下编译的库

2018-10-12

opencv3.2.0编译所需要的东西ippicv

ippicv for windows 20151201

2017-02-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除