<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Perfect_Accepted]]></title><description><![CDATA[不想读博的程序猿不是好的攻城狮！]]></description><link>https://blog.csdn.net/Perfect_Accepted</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Perfect_Accepted]]></copyright><item><title><![CDATA[Clearing Recent Open Items for EndNote]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/131263880</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/131263880</guid><author>Perfect_Accepted</author><pubDate>Sat, 17 Jun 2023 19:40:56 +0800</pubDate><description><![CDATA[如果更改了Sync地址之后，重新打开软件还是链接到之前的地址，在注册表里把这个地址改成新的地址。]]></description><category></category></item><item><title><![CDATA[gitignore忽略文件]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/111819127</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/111819127</guid><author>Perfect_Accepted</author><pubDate>Sun, 27 Dec 2020 16:27:55 +0800</pubDate><description><![CDATA[gitignore忽略文件的几点

想要忽略的文件直接加入到.gitignore文件中
不想忽略的文件前面加“！”，比如我们想忽略当前目录下文件夹A下除B文件的所有文件
-```
!/A/
/A/*
!/A/B/



]]></description><category></category></item><item><title><![CDATA[python训练时选择某一块显卡]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/111589590</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/111589590</guid><author>Perfect_Accepted</author><pubDate>Wed, 23 Dec 2020 14:39:50 +0800</pubDate><description><![CDATA[python训练时选择某一块显卡
假如有多张显卡，选择某一张特定显卡进行训练。在程序里可能会有
parser.add_argument(’–gpu’, type=int, default=0, help=‘GPU to use [default: GPU 0]’)
但是这个选择的时候还是会分到好多张显卡上。
使用下面的命令，可以使其只使用某一张特定显卡：
CUDA_VISIBLE_DEVICES=1 python train.py


...]]></description><category></category></item><item><title><![CDATA[vscode对python项目进行debug的launch.js]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/109322977</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/109322977</guid><author>Perfect_Accepted</author><pubDate>Tue, 27 Oct 2020 23:01:37 +0800</pubDate><description><![CDATA[vscode对python项目进行debug的launch.js
其中：name,request不用改，type是代码类型，program是运行的文件的位置，cwd这里是整个项目所在地址，这样可以调用项目下的文件
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, ]]></description><category></category></item><item><title><![CDATA[python简单命令]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/109224557</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/109224557</guid><author>Perfect_Accepted</author><pubDate>Thu, 22 Oct 2020 16:27:39 +0800</pubDate><description><![CDATA[python简单命令
tldr 根据二八原则将命令的常用场景给出示例
example:
	tldr python
	tldr tmux

Tmux 是一个终端复用器（terminal multiplexer），非常有用，属于常用的开发工具。
(参考：http://www.ruanyifeng.com/blog/2019/10/tmux.html)
example:
	tmux
	tmux attach -t 0
	tmux split-window
	tmux split-window -h

gpusta]]></description><category></category></item><item><title><![CDATA[VS code 配置使用Latex插件]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/108950257</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/108950257</guid><author>Perfect_Accepted</author><pubDate>Wed, 07 Oct 2020 14:09:02 +0800</pubDate><description><![CDATA[VS code 配置使用Latex插件
{
// LaTeX
“latex-workshop.latex.autoBuild.run”: “never”,
“latex-workshop.message.error.show”: false,
“latex-workshop.message.warning.show”: false,
“latex-workshop.latex.tools”: [
{
    "name": "xelatex",
    "command": "xelatex",
    "]]></description><category></category></item><item><title><![CDATA[VS2019+CMake+Eigen_3.3.7+libigl+boost_1_74_0+CGAL_5.0.3安装]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/108897432</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/108897432</guid><author>Perfect_Accepted</author><pubDate>Thu, 01 Oct 2020 21:42:07 +0800</pubDate><description><![CDATA[VS2019+CMake+Eigen_3.3.7+libigl+boost_1_74_0+CGAL_5.0.3安装下载地址Eigen安装libigl安装boost安装CGAL安装
下载地址
Visual Studio2019
CMake
Eigen_3.3.7
libigl：要安装git（安装过程中通过git自动下载文件），同时将git
boost_1_74_0-msvc14.2-64:要下载exe文件，不要下载压缩文件。
CGAL_5.0.3
Eigen安装
VS2019和CMake的安装过程就按照流程安]]></description><category></category></item><item><title><![CDATA[WinEdt 10.3 与Adobe Acrobat DC相关联问题]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/81541506</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/81541506</guid><author>Perfect_Accepted</author><pubDate>Thu, 24 Sep 2020 20:59:39 +0800</pubDate><description><![CDATA[WinEdt 10.3 破解

首先官网下载WinEdt10.3：http://www.winedt.com/download.html

正常安装。

安装完成后打开软件：Help--Register WinEdt

Name：Cracker TeCHiScy

Code：1130140925535334280

吾爱破解论坛有对此破解的详细步骤，可以研究参考。

WinEdt与Adobe Ac...]]></description><category></category></item><item><title><![CDATA[查看GPU进程并杀死]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/100126428</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/100126428</guid><author>Perfect_Accepted</author><pubDate>Wed, 28 Aug 2019 20:41:46 +0800</pubDate><description><![CDATA[查看GPU占用进程
sudo fuser -v /dev/nvidia*
杀死某个进程
kill -9 PID

]]></description><category></category></item><item><title><![CDATA[通过Xshell远程控制打开jupyter]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/94192296</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/94192296</guid><author>Perfect_Accepted</author><pubDate>Sat, 29 Jun 2019 19:25:11 +0800</pubDate><description><![CDATA[1.本地安装Xshell建立与服务器的连接
2.在Xshell的‘所有会话’找到自己连接的会话，右键‘属性’—‘SSH’—‘隧道’—‘添加’：
在打开的‘添加’窗口中添加‘侦听端口A’和‘目标端口B’，这两个端口可以一样，也可以不一样。

注：我这里把‘隧道’里下面的‘X11转移’勾去掉了，不去掉应该也没影响。
3.通过Xshell登陆服务器，激活自己的环境：‘conda activate 环境名...]]></description><category></category></item><item><title><![CDATA[ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/93345103</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/93345103</guid><author>Perfect_Accepted</author><pubDate>Sat, 22 Jun 2019 18:03:29 +0800</pubDate><description><![CDATA[环境：
cuda9.0，cuann7，python3.6，tensorflow-gpu1.8
问题描述：
在安装完tensorflow-gpu1.8之后，import tensorflow或者使用keras出现以下错误（省略掉无用的报错信息）：
ImportError: libcublas.so.9.0: cannot open shared object file: No such file o...]]></description><category></category></item><item><title><![CDATA[Tensorflow安装配置要求]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/92800956</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/92800956</guid><author>Perfect_Accepted</author><pubDate>Tue, 18 Jun 2019 22:18:51 +0800</pubDate><description><![CDATA[]]></description><category></category></item><item><title><![CDATA[win10怎么在注册表中修改图片查看方式]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/88682322</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/88682322</guid><author>Perfect_Accepted</author><pubDate>Wed, 20 Mar 2019 10:40:44 +0800</pubDate><description><![CDATA[如果是全新安装的Win10正式版，那么就会发现当在图片上点击右键时，“打开方式”菜单里熟悉的“Windows照片查看器”不见了，换成了Win10全新的“照片”应用。而如果是从Win7/Win8.1升级到的Win10系统，“Windows照片查看器”则会被保留。
下面Microsoft酋长就来分享一下如何找回Win10图片打开方式中的“Windows照片查看器”选项：
打开注册表编辑器（Win10打...]]></description><category></category></item><item><title><![CDATA[代码: 0x80131500：应用商店崩溃了修复]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/87429731</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/87429731</guid><author>Perfect_Accepted</author><pubDate>Sat, 16 Feb 2019 09:33:14 +0800</pubDate><description><![CDATA[建议您先尝试更换网络连接，比如连接个人手机热点，再使用 Microsoft Store 进行尝试。如果您连接了 VPN 或下载了第三方防火墙应用，建议断开 VPN，卸载第三方防火墙应用。
如果上述方法无法解决问题，您可以尝试清理应用商店的缓存，看看是否可以恢复正常：
按 “Windows 徽标键+R”，在运行窗口中，键入“WSReset.exe” 并点击 “运行”。
如果问题依旧，建议您打开 设置...]]></description><category></category></item><item><title><![CDATA[更改jupyter notebook用户目录]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/86471195</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/86471195</guid><author>Perfect_Accepted</author><pubDate>Mon, 14 Jan 2019 10:46:36 +0800</pubDate><description><![CDATA[作者：curtaihvyn
原文：https://blog.csdn.net/langlielin9191/article/details/7887644
安装Anaconda3-5.0.1后，发现自带jupyter notebook，打开发现默认目录为C:\User\用户名。试图为更改为自己的用户目录。
百度后发现很多修改方法。
尝试方法一（失败）：在命令提示符中运行jupyter notebo...]]></description><category></category></item><item><title><![CDATA[Ubuntu添加源出现404  Not Found问题]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/86300690</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/86300690</guid><author>Perfect_Accepted</author><pubDate>Fri, 11 Jan 2019 14:40:40 +0800</pubDate><description><![CDATA[在Ubuntu终端中运行下面三句命令:
sudo add-apt-repository ppa:hzwhuang/ss-qt5
当运行时,出现错误:
使用sudo add-apt-repository ppa:hzwhuang/ss-qt5命令添加ppa源时出现错误
错误:10 http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Relea...]]></description><category></category></item><item><title><![CDATA[恢复Microsoft Store等应用]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/85555186</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/85555186</guid><author>Perfect_Accepted</author><pubDate>Tue, 01 Jan 2019 19:29:57 +0800</pubDate><description><![CDATA[


Get-AppxPackage -allusers | Select Name, PackageFullName
找到Microsoft.WindowsStore，复制右面的内容



Add-appxpackage -register “C:\Program Files\WindowsApps\上面复制的内容\appxmanifest.xml” -disabledevelopmentmod...]]></description><category></category></item><item><title><![CDATA[Exploiting the Circulant Structure of Tracking-by-detection with Kernels(CSK)]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/84867006</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/84867006</guid><author>Perfect_Accepted</author><pubDate>Fri, 07 Dec 2018 01:56:24 +0800</pubDate><description><![CDATA[Exploiting the Circulant Structure of Tracking-by-detection with Kernels [paper] [code]
目标跟踪CSK代码出自ECCV2012，其主要的贡献是在MOSSE的基础上使用了核函数，同时证明了核函数是循环矩阵，通过循环矩阵可以实现密集采样。
预备知识

MATLAB自带插值方法介绍-MATLAB的imresize函数...]]></description><category></category></item><item><title><![CDATA[Recent Tracker Development]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/84669401</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/84669401</guid><author>Perfect_Accepted</author><pubDate>Fri, 30 Nov 2018 23:29:10 +0800</pubDate><description><![CDATA[

]]></description><category></category></item><item><title><![CDATA[Visual Object Tracking using Adaptive Correlation Filters(MOSSE)]]></title><link>https://blog.csdn.net/Perfect_Accepted/article/details/84636319</link><guid>https://blog.csdn.net/Perfect_Accepted/article/details/84636319</guid><author>Perfect_Accepted</author><pubDate>Thu, 29 Nov 2018 23:27:06 +0800</pubDate><description><![CDATA[Visual Object Tracking using Adaptive Correlation Filters[paper][code]
目标跟踪代码MOSSE出自2010年，此算法的最大贡献是使Frame Rate有了巨大的飞跃，论文中给出的Frame Rate为669fps，要知道达到realtime的条件是25fps，可见此算法速度之快。
摘要

...]]></description><category></category></item></channel></rss>