会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
祥瑞哈哈哈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
74
下一页
2023年1月12日
lightweight处理关键点的顺序
摘要: dataset = CocoTrainDataset(prepared_train_labels, train_images_folder, stride, sigma, path_thickness, transform=transforms.Compose([ ConvertKeypoints(
阅读全文
posted @ 2023-01-12 10:18 祥瑞哈哈哈
阅读(64)
评论(0)
推荐(0)
2023年1月11日
8080端口被占用
摘要: netstat -ano | findstr “8080”
阅读全文
posted @ 2023-01-11 04:51 祥瑞哈哈哈
阅读(13)
评论(0)
推荐(0)
2023年1月10日
运行jsp文件显示中文乱码
摘要: jsp文件缺少代码 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
阅读全文
posted @ 2023-01-10 04:19 祥瑞哈哈哈
阅读(16)
评论(0)
推荐(0)
2023年1月6日
mysql workbench进行数据备份
摘要: 在菜单框的Server部分有dataexport,点击dataexport选择指定框架即可进行备份。
阅读全文
posted @ 2023-01-06 16:51 祥瑞哈哈哈
阅读(50)
评论(0)
推荐(0)
numpy交换指定行
摘要: import numpy as np w=np.arange(8) w=np.reshape(w,(2,2,2)) print(w[:,[1,0],:]) 交换指定行直接放入索引。
阅读全文
posted @ 2023-01-06 09:31 祥瑞哈哈哈
阅读(36)
评论(0)
推荐(0)
2023年1月5日
查看maven的位置
摘要: 在cmd重输入该代码mvn -v出现
阅读全文
posted @ 2023-01-05 17:51 祥瑞哈哈哈
阅读(118)
评论(0)
推荐(0)
2023年1月4日
lightweight的关键点排序
摘要: 这是排序,neck是作为最后一个节点。 reorder_map = [1, 7, 9, 11, 6, 8, 10, 13, 15, 17, 12, 14, 16, 3, 2, 5, 4] converted_keypoints = list(keypoints[i - 1] for i in reo
阅读全文
posted @ 2023-01-04 10:46 祥瑞哈哈哈
阅读(17)
评论(0)
推荐(0)
hrnet生成mask步骤
摘要: mask_list[0] (64, 64) mask (18, 64, 64) ignored (18, 64, 64)mask是由ignored*mask_list[0]生成的。
阅读全文
posted @ 2023-01-04 01:24 祥瑞哈哈哈
阅读(24)
评论(0)
推荐(0)
2022年12月29日
coco的api查询
摘要: 代码地址:https://github.com/cocodataset/cocoapi 下载代码并解压用vscode打开,查询你不懂的coco的api代码即可。
阅读全文
posted @ 2022-12-29 15:29 祥瑞哈哈哈
阅读(45)
评论(0)
推荐(0)
be_weight是0.1
摘要: mask_list[0] (64, 64) mask (18, 64, 64) ignored (18, 64, 64) def __call__(self, joints, sgm, ct_sgm, bg_weight=1.0): assert self.num_joints_with_cente
阅读全文
posted @ 2022-12-29 13:25 祥瑞哈哈哈
阅读(20)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
74
下一页
公告