06 2023 档案

摘要:有俩个配置文件分别是frozen-60和unfrozen-29他俩的区别只在于批度。为了区别配置文件的区别可以用word审阅->比较去查看区别。删除和添加表示不同的字符.删除区别不同的字符添加成后一篇文章的字符。 get_anno_file_name()是读取标签路径的 get_image_path 阅读全文
posted @ 2023-06-30 18:08 祥瑞哈哈哈 阅读(44) 评论(0) 推荐(0) 编辑
摘要:litepose首先训练一个supernet网络。 supernet网络用权重共享技术支持不同的信号道配置。 阅读全文
posted @ 2023-06-30 11:29 祥瑞哈哈哈 阅读(54) 评论(0) 推荐(0) 编辑
摘要:用svd对目标信号投影,然后再用svd获取最大值。第一组是去噪后与目标信号的角度,第二组是第二次svd投影后与最大特征向量投影的数值,第三组是原数据与目标信号的角度。第四组是把标签目标信号一起降维然后比较欧式距离。发现451依旧最小。引入了弱监督后,相对来说输出稳定一些。 弱监督识别的像素4501 阅读全文
posted @ 2023-06-28 20:13 祥瑞哈哈哈 阅读(8) 评论(0) 推荐(0) 编辑
摘要:网址:https://max.book118.com/html/2021/0808/8047107070003131.shtm Semi-supervised learning uses a small amount of labeled data and a large amount of unl 阅读全文
posted @ 2023-06-28 17:02 祥瑞哈哈哈 阅读(12) 评论(0) 推荐(0) 编辑
摘要:clc;clear all;close all;load('convex_subpixel_ptmean_03_SNR_30_sigma_1_Nb_2_Train')wavelength=wavelength/1000;%为啥除1000呢ZeroV = zeros([1 1000])indices 阅读全文
posted @ 2023-06-28 11:22 祥瑞哈哈哈 阅读(6) 评论(0) 推荐(0) 编辑
摘要:for i=1:1000 ZeroV(i)=acos(dot(E_t,X(1:211,indices(i)))/(norm(E_t)*norm(X(1:211,indices(i)))))*180/piend[n,im]=min(ZeroV);cols=im; %cols 为最小值所在列数pix_c 阅读全文
posted @ 2023-06-28 10:30 祥瑞哈哈哈 阅读(9) 评论(0) 推荐(0) 编辑
摘要:load('convex_subpixel_ptmean_03_SNR_30_sigma_1_Nb_2_Train')wavelength=wavelength/1000;%为啥除1000呢ZeroV = zeros([1 1000])indices = find(GT==1) for i=1:10 阅读全文
posted @ 2023-06-27 16:54 祥瑞哈哈哈 阅读(170) 评论(0) 推荐(0) 编辑
摘要:index=0 阅读全文
posted @ 2023-06-26 19:16 祥瑞哈哈哈 阅读(39) 评论(0) 推荐(0) 编辑
摘要:合成数据用函数3生成的。20000个像素,是用e_t目标端元跟E_minus混合而成的。如果像素对应为1说明含有目标端元,为0说明没有目标端元。一共就4个端元。其中1个是目标。N_b包的种类2:1个正包1个负包n_tar:10个目标源num_nbags:负包数num_pbags:正包数num_poi 阅读全文
posted @ 2023-06-23 15:12 祥瑞哈哈哈 阅读(57) 评论(0) 推荐(0) 编辑
摘要:计算机视觉论文http://www.cvpapers.com/ CVPR论文查找(每年一届)https://openaccess.thecvf.com/CVPR2022https://openaccess.thecvf.com/CVPR2021https://openaccess.thecvf.co 阅读全文
posted @ 2023-06-14 11:37 祥瑞哈哈哈 阅读(194) 评论(0) 推荐(0) 编辑
摘要:网站:https://www.xjx100.cn/news/412073.html?action=onClick 阅读全文
posted @ 2023-06-10 12:52 祥瑞哈哈哈 阅读(86) 评论(0) 推荐(0) 编辑
摘要:可以通过样式去除边界框 阅读全文
posted @ 2023-06-09 21:33 祥瑞哈哈哈 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1、首先,下载并打开电脑版的Word文档,双击首页页眉,然后勾选页面上方设计选项中的【首页不同】。2、继续在设计页面中,点击上面的【关闭页眉和页脚】,这样删除首页页眉完成,也不会影响其他页。打印出来的效果就是页码之间互相不会受到影响。 阅读全文
posted @ 2023-06-09 19:35 祥瑞哈哈哈 阅读(369) 评论(0) 推荐(0) 编辑
摘要:linshi_df.iloc[0,1].index('-')确定字符串特定位置。 阅读全文
posted @ 2023-06-08 10:34 祥瑞哈哈哈 阅读(6) 评论(0) 推荐(0) 编辑
摘要:CREATE TABLE studentmemo.student_abnormal_end_tuno SELECT * FROM studentmemo.student_abnormal; 阅读全文
posted @ 2023-06-08 08:12 祥瑞哈哈哈 阅读(10) 评论(0) 推荐(0) 编辑
摘要:cv2.imwrite("1.jpg", image) 阅读全文
posted @ 2023-06-07 09:50 祥瑞哈哈哈 阅读(11) 评论(0) 推荐(0) 编辑
摘要:导入视频分割成多帧然后选择指定帧保存,有个文件按钮点完保存。 阅读全文
posted @ 2023-06-07 09:44 祥瑞哈哈哈 阅读(132) 评论(0) 推荐(0) 编辑
摘要:lineSeries = QLineSeries() pen = QPen(QtGui.QColor(0, 200, 176)) pen.setWidth(3) lineSeries.setPen(pen) lineSeries.setPointsVisible(True) lineSeries.a 阅读全文
posted @ 2023-06-06 15:45 祥瑞哈哈哈 阅读(8) 评论(0) 推荐(0) 编辑
摘要:INSERT INTO studentmemo.student_abnormal SELECT * FROM studentmemo.video_1_liukang where 时间段 = '0时8分10秒-0时8分19秒'; 阅读全文
posted @ 2023-06-06 13:05 祥瑞哈哈哈 阅读(5) 评论(0) 推荐(0) 编辑
摘要:INSERT INTO tbl_user_copy SELECT * FROM tbl_user; 阅读全文
posted @ 2023-06-06 12:53 祥瑞哈哈哈 阅读(12) 评论(0) 推荐(0) 编辑
摘要:DELETE FROM studentmemo.video_2_xvwenbo WHERE 序号=13; 阅读全文
posted @ 2023-06-06 12:16 祥瑞哈哈哈 阅读(7) 评论(0) 推荐(0) 编辑
摘要:UPDATE studentmemo.student_study SET 在自习室所处时间 = '0时20分0秒'; 阅读全文
posted @ 2023-06-06 12:04 祥瑞哈哈哈 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-06 09:22 祥瑞哈哈哈 阅读(7) 评论(0) 推荐(0) 编辑
摘要:lineSeries.attachAxis(axisX) lineSeries.attachAxis(axis) 阅读全文
posted @ 2023-06-05 17:32 祥瑞哈哈哈 阅读(37) 评论(0) 推荐(0) 编辑
摘要:点击定义新编号格式是设置左顶格或右顶格。 右键字体设置大小 阅读全文
posted @ 2023-06-04 12:17 祥瑞哈哈哈 阅读(26) 评论(0) 推荐(0) 编辑
摘要:DELETE FROM `studentmemo`.`teacher`WHERE 账号!='admin'; 阅读全文
posted @ 2023-06-02 11:24 祥瑞哈哈哈 阅读(7) 评论(0) 推荐(0) 编辑
摘要:c = cursor.execute("INSERT INTO `studentmemo`.`teacher`(`账号`,`密码`) VALUES('"+str(account)+"','"+str(password)+"');") conn.commit()#使上一条语句生效,我怀疑是执行代码上一 阅读全文
posted @ 2023-06-02 11:23 祥瑞哈哈哈 阅读(89) 评论(0) 推荐(0) 编辑
摘要:account=loui.lineEdit.text() password=loui.lineEdit_2.text() loui.lineEdit.setText('') loui.lineEdit_2.setText('') 阅读全文
posted @ 2023-06-02 10:59 祥瑞哈哈哈 阅读(11) 评论(0) 推荐(0) 编辑
摘要:img=np.zeros(img.shape) for pose in current_poses: pose.draw(img) #img = cv2.addWeighted(orig_img, 0.6, img, 0.4, 0) cv2.imshow('Lightweight Human Pos 阅读全文
posted @ 2023-06-01 11:39 祥瑞哈哈哈 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示