06 2023 档案
摘要:有俩个配置文件分别是frozen-60和unfrozen-29他俩的区别只在于批度。为了区别配置文件的区别可以用word审阅->比较去查看区别。删除和添加表示不同的字符.删除区别不同的字符添加成后一篇文章的字符。 get_anno_file_name()是读取标签路径的 get_image_path
阅读全文
摘要:litepose首先训练一个supernet网络。 supernet网络用权重共享技术支持不同的信号道配置。
阅读全文
摘要:用svd对目标信号投影,然后再用svd获取最大值。第一组是去噪后与目标信号的角度,第二组是第二次svd投影后与最大特征向量投影的数值,第三组是原数据与目标信号的角度。第四组是把标签目标信号一起降维然后比较欧式距离。发现451依旧最小。引入了弱监督后,相对来说输出稳定一些。 弱监督识别的像素4501
阅读全文
摘要:网址: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:合成数据用函数3生成的。20000个像素,是用e_t目标端元跟E_minus混合而成的。如果像素对应为1说明含有目标端元,为0说明没有目标端元。一共就4个端元。其中1个是目标。N_b包的种类2:1个正包1个负包n_tar:10个目标源num_nbags:负包数num_pbags:正包数num_poi
阅读全文
摘要:计算机视觉论文http://www.cvpapers.com/ CVPR论文查找(每年一届)https://openaccess.thecvf.com/CVPR2022https://openaccess.thecvf.com/CVPR2021https://openaccess.thecvf.co
阅读全文
摘要:网站:https://www.xjx100.cn/news/412073.html?action=onClick
阅读全文
摘要:1、首先,下载并打开电脑版的Word文档,双击首页页眉,然后勾选页面上方设计选项中的【首页不同】。2、继续在设计页面中,点击上面的【关闭页眉和页脚】,这样删除首页页眉完成,也不会影响其他页。打印出来的效果就是页码之间互相不会受到影响。
阅读全文
摘要:linshi_df.iloc[0,1].index('-')确定字符串特定位置。
阅读全文
摘要:CREATE TABLE studentmemo.student_abnormal_end_tuno SELECT * FROM studentmemo.student_abnormal;
阅读全文
摘要:cv2.imwrite("1.jpg", image)
阅读全文
摘要:导入视频分割成多帧然后选择指定帧保存,有个文件按钮点完保存。
阅读全文
摘要:lineSeries = QLineSeries() pen = QPen(QtGui.QColor(0, 200, 176)) pen.setWidth(3) lineSeries.setPen(pen) lineSeries.setPointsVisible(True) lineSeries.a
阅读全文
摘要:INSERT INTO studentmemo.student_abnormal SELECT * FROM studentmemo.video_1_liukang where 时间段 = '0时8分10秒-0时8分19秒';
阅读全文
摘要:INSERT INTO tbl_user_copy SELECT * FROM tbl_user;
阅读全文
摘要:DELETE FROM studentmemo.video_2_xvwenbo WHERE 序号=13;
阅读全文
摘要:UPDATE studentmemo.student_study SET 在自习室所处时间 = '0时20分0秒';
阅读全文
摘要:lineSeries.attachAxis(axisX) lineSeries.attachAxis(axis)
阅读全文
摘要:点击定义新编号格式是设置左顶格或右顶格。 右键字体设置大小
阅读全文
摘要:DELETE FROM `studentmemo`.`teacher`WHERE 账号!='admin';
阅读全文
摘要:c = cursor.execute("INSERT INTO `studentmemo`.`teacher`(`账号`,`密码`) VALUES('"+str(account)+"','"+str(password)+"');") conn.commit()#使上一条语句生效,我怀疑是执行代码上一
阅读全文
摘要:account=loui.lineEdit.text() password=loui.lineEdit_2.text() loui.lineEdit.setText('') loui.lineEdit_2.setText('')
阅读全文
摘要: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
阅读全文