<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>python on Anttu&#39;s Blog</title>
    <link>https://anTtutu.github.io/tags/python/</link>
    <description>Recent content in python on Anttu&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Mon, 29 Mar 2021 00:29:47 +0800</lastBuildDate><atom:link href="https://anTtutu.github.io/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>deepfacelab使用介绍</title>
      <link>https://anTtutu.github.io/post/2021-03-29-change_face/</link>
      <pubDate>Mon, 29 Mar 2021 00:29:47 +0800</pubDate>
      
      <guid>https://anTtutu.github.io/post/2021-03-29-change_face/</guid>
      <description>前言 应朋友要求，研究下deepfacelab的环境搭建和使用步骤，记录下中间的问题和过程。 1、deepfacelab核心库 1 git clone --depth=1 https://github.com/iperov/DeepFaceLab 2、成熟的deepfacelab安装项目包 win10环境，软件磁力连接（迅雷复制下载）： 1 magnet:?xt=urn:btih:3384316e126920d7e1cbd2acb16b9513a57b2645&amp;amp;dn=DeepFaceLab&amp;amp;tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce 3、安装前的准备 1、如果用的步骤3中的成熟项目包只需要依</description>
    </item>
    
    <item>
      <title>Win10安装kenlm语言模型模块</title>
      <link>https://anTtutu.github.io/post/2020-11-15-win10_kenlm_install/</link>
      <pubDate>Sun, 15 Nov 2020 00:29:47 +0800</pubDate>
      
      <guid>https://anTtutu.github.io/post/2020-11-15-win10_kenlm_install/</guid>
      <description>前言 最近看到一篇关于汉字点选登录校验的学习模型，觉得比较有趣，可以搜集，成功率很高，93%以上的成功率，还是很不错的，于是下载并搭建环境，但是安装其中kenlm语言模型模块时走了不少弯路，记录下 1、依赖 该工程需要依赖如下module，除了最后一个不好安装外，其他都比较容易，ten</description>
    </item>
    
    <item>
      <title>python工具-移除照片或视频背景</title>
      <link>https://anTtutu.github.io/post/2019-07-10-python_bgremover/</link>
      <pubDate>Wed, 10 Jul 2019 21:46:20 +0800</pubDate>
      
      <guid>https://anTtutu.github.io/post/2019-07-10-python_bgremover/</guid>
      <description>前言 BackgroundRemover是一个命令行工具，用于从视频 和图像中删除背景 1、依赖 Requirements python &amp;lt;= 3.6 python3.6-dev #or what ever version of python you using torch and torchvision stable version https://pytorch.org ffmpeg 4.4+ 1 2 3 pip install python3.6-dev pip install ffmpeg pip install torch 2、安装 1 pip install backgroundremover 3、下载模型并设置 如果不提前下载模型的话，在首次执行的时候会自动下载，但是需要从 google 网盘下载，因此需要有翻墙能</description>
    </item>
    
    <item>
      <title>SQLMap初学使用和参数讲解</title>
      <link>https://anTtutu.github.io/post/2017-07-16-sqlmap/</link>
      <pubDate>Sun, 16 Jul 2017 21:46:20 +0800</pubDate>
      
      <guid>https://anTtutu.github.io/post/2017-07-16-sqlmap/</guid>
      <description>前言 测试web系统的sql注入问题，学着使用神器sqlmap，下载了最新版本。 Git地址：https://github.com/sqlmapproject/sqlmap 前提条件设置好python2.7和环境变量，python3.6也支持只是2.7当前工具更多 参数 以某自己搭建的注入</description>
    </item>
    
  </channel>
</rss>
