hexhero / python-study

python 小玩意

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-study

python 小玩意

study_process

  • 分布式进程

facedetect

  • 人脸监测

环境 python3.5
依赖opencv-python cv2 安装方式 pip install opencv-python
facedetec.py 中的配置文件地址需要改成本地的目录下面

cascade_fn = args.get('--cascade',r"D:\mycode\mypython\python-study\facedetect\haarcascade_frontalface_default.xml")
nested_fn  = args.get('--nested-cascade', r"D:\mycode\mypython\python-study\facedetect\haarcascade_eye.xml")

运行facedetec.py 效果如下

game_rabbit

  • 射击小游戏
    game

game_tank

AI 坦克游戏

About

python 小玩意


Languages

Language:Python 100.0%