上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 1、CHATGPT国内镜像网站 https://chat.forchange.cn https://aigcfun.com 2、SCI-Hub国内镜像网站 https://sci-hub.ink https://sci-hub.ee https://sci-hub.wf https://sci-hu 阅读全文
posted @ 2023-03-22 20:03 皮卡皮卡妞 阅读(1982) 评论(0) 推荐(0) 编辑
摘要: 1、whl 安装 注意,仅支持特定版本,请检查pip所支持的版本是否一致 dlib-19.23.0-cp39-cp39-win_amd64.whl https://gitee.com/billyme/python-dlib/raw/master/dist/dlib-19.23.0-cp39-cp39 阅读全文
posted @ 2022-11-03 21:53 皮卡皮卡妞 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 1、安装pip 参考博客:https://www.cnblogs.com/wjjcjj/p/16855905.html 2、安装opencv,输入以下命令:pip3 install opencv-python 3、测试是否安装成功: 表示安装成功。 阅读全文
posted @ 2022-11-03 21:37 皮卡皮卡妞 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 1、下载 下载路径 https://pypi.org/project/pip/#files 下载: 下载完成后解压到本地的软件安装目录,如下所示: 2、安装 打开cmd,进入到解压包存放的路径: D:\ruanjian\pip-22.3 输入以下命令进行安装:python setup.py inst 阅读全文
posted @ 2022-11-03 21:21 皮卡皮卡妞 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- import os import torch import torch.nn as nn from Resnet import resnet18 from torch.autograd import Variable from torchvision i 阅读全文
posted @ 2022-04-10 19:26 皮卡皮卡妞 阅读(32) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- import os import numpy as np ''' def weight_bias(): value = [] fh = open(weight_path, 'r') for line in fh: line = line.rstrip() 阅读全文
posted @ 2021-09-02 09:40 皮卡皮卡妞 阅读(73) 评论(0) 推荐(0) 编辑
摘要: import os import cv2 import numpy as np path = "./test_img/" imglist = os.listdir(path) for fi in imglist: img_folder = path+fi print(img_folder) imag 阅读全文
posted @ 2021-07-18 17:01 皮卡皮卡妞 阅读(336) 评论(0) 推荐(0) 编辑
摘要: file_out = open('./txt/'+out_txt_name, 'w') size=output_pred_mbbox.shape for i in range(0,size[0]): every_img = output_pred_mbbox[i,:,:,:] every_img_B 阅读全文
posted @ 2021-07-08 10:11 皮卡皮卡妞 阅读(106) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- from PIL import Image from numpy import * for i in range(1,360): pil_im = Image.open('./13.jpeg') pil_im = pil_im.rotate(i) pr 阅读全文
posted @ 2021-05-13 14:41 皮卡皮卡妞 阅读(970) 评论(0) 推荐(0) 编辑
摘要: 1. 添加到 path,确保 adb 命令可以用2. adb logcat -c #表示清除缓冲区以前的log3. adb logcat > 1.txt #表示重定向到文本文件4. 打开app运行5. 1.txt的那个窗口,ctrl+c停止;然后打开或发送1.txt 阅读全文
posted @ 2021-05-10 16:30 皮卡皮卡妞 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页