复旦大学自动选课脚本
git clone https://github.com/Limourli-liu/FDU_auto_electCourse.git --depth 1
cd FDU_auto_electCourse/
pip3 install -r requirements.txt
基于 PyTorch
采用 cnn_LSTM_fc_CTC
的网络结构
预训练模型在 data/FDUXK/Captcha_break/cnn_LSTM_fc_CTC.pth
训练数据 以 ID_label.jpg
命名 保存在 data/FDUXK/Captcha_break/Captcha_train/
目录下
来源:
1、https://github.com/ypwhs/captcha_break/blob/master/ctc_pytorch.ipynb
2、https://github.com/sml2h3/captcha_trainer_pytorch/blob/master/framework.py
注意:
1、数据标注未完成,请手动将待标注的数据完成标注后,保存到 训练数据的目录下
2、待标注的数据在 data/FDUXK/Captcha_break/Captcha
目录下
3、进入 FDUXK
目录,运行 python3 ./Captcha_break.py
完成训练
python3 ./start_xk.py
打开 http://127.0.0.1:12021/mod/FDUxk
添加:添加一项待选课程到选课轮询表
删除:删除选中的待选课程
无验证码:设置下次选课无需验证码;每天有一次无需验证码的机会
强制选课:跳过轮询,强制对当前课程进行抢课