Fork me on GitHub
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: [toc] 8邻域去噪 阅读全文
posted @ 2020-05-19 08:54 WalterJ726 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: 中值滤波1 阅读全文
posted @ 2020-05-19 08:52 WalterJ726 阅读(4559) 评论(0) 推荐(0) 编辑
摘要: ``` import os from PIL import Image # filename = os.listdir("D:\\Work\\process\\样本处理\\polyu-all-train") # base_dir = "D:\\Work\\process\\样本处理\\polyu-all-train\\" # new_dir = "D:\\Work\\process\\样本处理\\ 阅读全文
posted @ 2020-05-19 08:48 WalterJ726 阅读(2648) 评论(0) 推荐(0) 编辑
摘要: ``` import matplotlib.pyplot as plt import numpy as np import math from PIL import Image import cv2 import os def rgb2gray(rgb): return np.dot(rgb[..., :3], [0.5,0.5,0]) def change_all_xml(path): file 阅读全文
posted @ 2020-05-19 08:19 WalterJ726 阅读(306) 评论(0) 推荐(0) 编辑
摘要: ``` # --** coding="UTF-8" **-- # # author:SueMagic time:2019-01-01 import os import re import sys fileList = os.listdir(r"E:\正课\大二上\计算机网络\网络编程\图像去噪声\dice") # 输出此文件夹中包含的文件名称 # print("修改前:" + str(fileLi 阅读全文
posted @ 2020-05-19 08:01 WalterJ726 阅读(672) 评论(0) 推荐(0) 编辑
摘要: ``` import os import random # trainval_percent = 1 # trainval占总数的比例 # train_percent = 0.8 # train占trainval的比例 # xmlfilepath = r'E:\正课\大二上\计算机网络\网络编程\tensorflow-deeplab_v3_plus\data\Taidi\Annotations' 阅读全文
posted @ 2020-05-19 07:55 WalterJ726 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 推荐大家一个靠谱的论文检测平台。重复的部分有详细出处以及具体修改意见,能直接在文章上做修改,全部改完一键下载就搞定了。他们现在正在做毕业季活动, 赠送很多免费字数,可以说是十分划算了!地址是:https://www.paperpass.com/ 阅读全文
posted @ 2020-05-14 08:45 WalterJ726 阅读(171) 评论(0) 推荐(1) 编辑
摘要: labelImg https://zhuanlan.zhihu.com/p/90834296 labelme https://blog.csdn.net/wc781708249/article/details/79595174 Label标注工具的批量转化处理与颜色和标签的对应 https://bl 阅读全文
posted @ 2020-05-10 18:31 WalterJ726 阅读(954) 评论(0) 推荐(0) 编辑
摘要: [TOC] 在自己电脑实现Deeplabv3+ 首先要清楚图像分割和语义分割的不同 图像分割只需要根据某些规则分成若干个特定的区域,画出那个框来就OK了 但是语义分割的话,则还需要把实例(即人的轮廓)都分割出来,而且还要标识这些是不同的人 现在语义分割可以做到实例分割和全景分割 完成deeplabv 阅读全文
posted @ 2020-05-10 18:11 WalterJ726 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: `https://blog.csdn.net/qq_26669719/article/details/88597682?utm_medium=distribute.pc_relevant.none task blog BlogCommendFromBaidu 2&depth_1 utm_source 阅读全文
posted @ 2020-05-10 18:07 WalterJ726 阅读(1918) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页