logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

github访问速度太慢问题

hub.fastgit.org替换掉github.com

#github
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

#opencv#python#计算机视觉
解决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

#github#bug
    共 11 条
  • 1
  • 2
  • 请选择