logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux 解压7z文件

7za x <file_name>

#linux
pip使用清华源 安装opencv

pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple

#python
opencv读取超大像素图片

problem:cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgcodecs/src/loadsave.cpp:77: error: (-215:Assertion failed) pixels <= CV_IO_MAX_IMAGE_PIXELS in function 'validateInputImageSize'solution:在前面加一

#opencv
Welcome to Jupyter!

You can also get this tutorial and run it on your laptop:git clone https://github.com/ipython/ipython-in-depthInstall IPython and Jupyter:with conda:conda install ipython jupyterwith pip:# first, alwa

#python
利用python将文件夹中子文件夹中的图片数目大于小于指定的数目分类

利用python将文件夹中子文件夹中的图片数目大于小于指定的数目分类find ./ -name ".DS_Store" -depth -exec rm {} \;Mac 删除当前目录下所有.DS_Store文件# coding:utf-8import osimport shutil#统计大于指定数目的文件数量# !/usr/bin/python# vim: set fileencoding:utf

#深度学习#python
将txt_path下的指定文件夹中的图片合在一起

from urllib import request# json解析库,对应到lxmlimport json# json的解析语法,对应到xpath# !/usr/bin/python# coding:utf-8#利用excel文件中的两列信息从文件中找出对应两个文件夹并将两个文件夹中的第一张图片取出来import osimport shutilimport codecsimport pandas

#python
grabcut抠图

grab需要你画个框,然后你指定背景和物体像素点,然后生成切割#!/usr/bin/env python'''===============================================================================Interactive Image Segmentation using GrabCut algorithm.This sample

ERROR: Could not build wheels for cryptacular, which is required to install pyproject.

git clone https://github.com/NVIDIA/apexcd apexpip3 install -v --no-cache-dir ./

#python
    共 14 条
  • 1
  • 2
  • 请选择