Code Monkey home page Code Monkey logo

mark_det_pose's Introduction

调用线上人脸检测及人脸关键点标记API为拍摄的视频标记人脸框、关键点、姿态角

使用方法:

在 mark_det_pose.py 中填上更改以下信息:

  1. bucket鉴权密钥及对应的bucket_name

upload_access_key = "******************"

upload_secret_key = "******************"

bucket_name = "Your bucket name"

bucket_url = "your bucket url like http://pargr4az5.bkt.clouddn.com/"

  1. 人脸检测及关键点标记的鉴权密钥

process_access_key = "******************"

process_secret_key = "******************"

  1. 执行命令

python2 mark_det_pose.py -d

如果需要停止采集数据,在图像显示界面按“q”退出采集数据,已经采集的图像帧将会继续上传并处理

特殊依赖:

qiniu -> pip install qiniu

TIP:本demo需要连上公司VPN方能使用

mark_det_pose's People

Watchers

 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.