posted @ 2023-08-28 21:59 红与黑hyh 阅读(421) 评论(0) 推荐(0)
摘要:
小红书怎么去水印,无水印下载图片和视频 网站地址:https://www.xiaohongshua.com 网站地址:https://www.xiaohongshua.com 阅读全文
摘要:
小红书无水印图片视频下载网站地址 https://xiaohongshua.com 小红书无水印图片视频下载网站地址:https://xiaohongshua.com 阅读全文
posted @ 2023-08-27 20:41 红与黑hyh 阅读(1896) 评论(0) 推荐(0)
摘要:
解决问题:AssertionError: Torch not compiled with CUDA enabled 阅读全文
posted @ 2022-05-21 21:55 红与黑hyh 阅读(5911) 评论(1) 推荐(0)
摘要:
https://download.pytorch.org/whl/torch_stable.html 阅读全文
posted @ 2022-05-17 10:54 红与黑hyh 阅读(1959) 评论(0) 推荐(0)
摘要:
pip install opencv-contrib-python 阅读全文
posted @ 2022-05-16 16:06 红与黑hyh 阅读(166) 评论(0) 推荐(0)
摘要:
anaconda windows常用命令 阅读全文
posted @ 2022-05-16 14:26 红与黑hyh 阅读(45) 评论(0) 推荐(0)
摘要:
1.视频图片切片 import cv2 cap = cv2.VideoCapture("tiaowu.mp4") isOpened = cap.isOpened # 判断是否打开‘ print(isOpened) fps = cap.get(cv2.CAP_PROP_FPS) # 帧率 width 阅读全文
posted @ 2022-05-03 18:50 红与黑hyh 阅读(572) 评论(0) 推荐(0)
摘要:
pip install pygame import pygame.camera pygame.camera.init() camera_id_list = pygame.camera.list_cameras() print(camera_id_list) 阅读全文
posted @ 2022-05-03 16:35 红与黑hyh 阅读(1450) 评论(0) 推荐(0)
摘要:
1. 下载anaconda环境官网下载太慢了,到清华源下载,网址如下: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 选择合适的版本直接下载,下载完双击pkg文件进行安装,注意选择安装路径,默认也可以 安装后,命令行执行 #conda 阅读全文
posted @ 2022-05-03 00:13 红与黑hyh 阅读(1325) 评论(0) 推荐(0)