Giter Site home page Giter Site logo

sysu_report's Introduction

中山大学自动每日健康打卡

本程序中验证码识别部分基于Aggregation Cross-Entropy for Sequence Recognition 实现。识别模型首先用类似的验证码生成算法生成大量类似的验证码进行训练,随后在少量真实验证码上进行fine-tuning。

firefox安装

我们需要安装中文版的firefox浏览器,已经相关的driver. 首先卸载原来的firefox:

sudo apt-get remove firefox

之后下载中文版的firefox ,根据系统选择版本。

解压下载的安装包,并设置软连接:

tar -jxvf Firefox-latest-x86_64.tar.bz2
cd firefox/
sudo ln -s 'firefox绝对路径' /usr/bin/firefox

下载驱动程序 ,放在目录 /usr/bin 下。

使用

首先下载预训练模型model-raw-29.pth,将其放在 capdet/weights/ 目录下。

随后在与rep.py同级的目录下创建文件 usr.yaml写入netid和密码即可。

-
  uid: netid1
  pwd: 密码
-
  uid: netid2
  pwd: 密码

创建一个定时任务每天运行

python rep.py

sysu_report's People

Contributors

irisrainbowneko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.