posted @ 2023-08-28 21:59 红与黑hyh 阅读(398) 评论(0) 推荐(0) 编辑
摘要:
小红书怎么去水印,无水印下载图片和视频 网站地址:https://www.xiaohongshua.com 网站地址:https://www.xiaohongshua.com 阅读全文
摘要:
小红书无水印图片视频下载网站地址:https://xhs.huangyuehe.com 小红书无水印图片视频下载网站地址:https://xhs.huangyuehe.com 阅读全文
posted @ 2023-08-27 20:41 红与黑hyh 阅读(1828) 评论(0) 推荐(0) 编辑
摘要:
解决问题:AssertionError: Torch not compiled with CUDA enabled 阅读全文
posted @ 2022-05-21 21:55 红与黑hyh 阅读(5790) 评论(1) 推荐(0) 编辑
摘要:
https://download.pytorch.org/whl/torch_stable.html 阅读全文
posted @ 2022-05-17 10:54 红与黑hyh 阅读(1845) 评论(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 阅读(527) 评论(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 阅读(1382) 评论(0) 推荐(0) 编辑