简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
github访问速度太慢问题
hub.fastgit.org替换掉github.com
maskrcnn训练自己的数据集——labelme生成Mask文件,opencv将16位灰度图片转化为8位(python代码)
#!/usr/bin/env python# _*_ coding: UTF-8 _*_# author:"hy""""使用skimage模块读取图片,不改变图片数据类型uint16,保存为uint8类型"""import osimport cv2import natsortimport numpy as npfrom skimage import iofrom matplotlib import
解决ERROR: Command errored out with exit status 128:
安装pycocotools的时候会一直提示这种错误将命令行pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI改为pip install git+git://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
到底了