会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bitterteaer
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
18
下一页
2023年4月17日
opencv打开摄像头并保存为本地mp4
摘要: import cv2 # 打开摄像头 url = "rtsp://admin:qwer1234!.@192.168.1.65:554" cap = cv2.VideoCapture(url) width = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH)) height
阅读全文
posted @ 2023-04-17 15:35 bitterteaer
阅读(94)
评论(0)
推荐(0)
2023年4月13日
超详细Pyinstaller打包exe+反编译Pyinstaller打包的exe教程+防止反编译教程
摘要: https://blog.csdn.net/feelinghappy/article/details/109328697
阅读全文
posted @ 2023-04-13 10:00 bitterteaer
阅读(125)
评论(0)
推荐(0)
2023年3月17日
open vn设置 (亲测通过)
摘要: https://blog.csdn.net/rockage/article/details/127190263
阅读全文
posted @ 2023-03-17 18:24 bitterteaer
阅读(27)
评论(0)
推荐(0)
通过sh脚本查找某一个端口的进程并杀死
摘要: sh #!/bin/bash port=8080 # 将8080替换成你想要查找和杀死的端口号 # 查找端口的进程ID pid=$(lsof -ti :$port) # 杀死进程 if [[ -n "$pid" ]]; then echo "Killing process $pid listenin
阅读全文
posted @ 2023-03-17 09:23 bitterteaer
阅读(142)
评论(0)
推荐(0)
2023年3月16日
通过sh命令打开多个终端并执行指定的命令
摘要: shell #!/bin/sh sleep 1s gnome-terminal -t "5000" -x bash -c "cd /media/nvidia/3563-3135/exhibiton/web;/usr/bin/python3 app.py;" sleep 1s gnome-termin
阅读全文
posted @ 2023-03-16 13:27 bitterteaer
阅读(258)
评论(0)
推荐(0)
2023年3月13日
Supervisor使用教程
摘要: https://www.cnblogs.com/52fhy/p/10161253.html
阅读全文
posted @ 2023-03-13 18:43 bitterteaer
阅读(11)
评论(0)
推荐(0)
2023年3月10日
Jetson AGX Xavier安装torch、torchvision且成功运行yolov5算法
摘要: https://blog.csdn.net/qq_40691868/article/details/114379061
阅读全文
posted @ 2023-03-10 10:06 bitterteaer
阅读(27)
评论(0)
推荐(0)
2023年3月9日
agx版本的pytorch
摘要: 转载: https://blog.csdn.net/qq_41426807/article/details/124705416 ks上网: https://elinux.org/Jetson_Zoo
阅读全文
posted @ 2023-03-09 18:24 bitterteaer
阅读(21)
评论(0)
推荐(0)
检查pytorch是否有gpu
摘要: >>> import torch>>> torch.cuda.is_available() True
阅读全文
posted @ 2023-03-09 16:50 bitterteaer
阅读(19)
评论(0)
推荐(0)
2023年3月8日
js读取href中的参数函数
摘要: function GetQueryValue (queryName) { var query = decodeURI(window.location.search.substring(1)); var vars = query.split("&"); for (var i = 0; i < vars
阅读全文
posted @ 2023-03-08 10:24 bitterteaer
阅读(66)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
18
下一页
公告