Skip to content

liuxianyi/bilibili_opencv

Repository files navigation

bilibili_opencv

Requirement

🌟 opencv-pyhton
🌟 mediapipe
🌟 ctypes
🌟 pycaw
🌟 autopy

  • 6 landmarks
  • multi-face support

face detection

  • 468 3D face landmarks
  • real-time

A detector that operates on the full image and computes face locations and a 3D face landmark model that operates on those locations and predicts the approximate surface geometry via regression.
face mesh

paper🔗

  • iris
  • pupil
  • eye contours
  • real-time
  • Through use of iris landmarks, the solution is also able to determine the metric distance between the subject and the camera with relative error less than 10%.
  • Note: that iris tracking does not infer the location at which people are looking, nor does it provide any form of identity recognition.

iris

paper🔗

21 hand landmarks

hand landmakrs

Pose

  • 33 3D landmark

pose landmark

Holistic

  • integrate
  • pose
  • face
  • hand
  • multi-stage pipeline
  • 540+ landmark 步骤:
  1. 对整幅图利用pose检测器和landmark检测器实现姿态估计
  2. 利用第一步的landmark获取三部分ROI(1. two hands 2. face)
  3. 使用re-crop改进ROI选取
  4. 裁剪
  5. 使用特定任务模型实现face、hand估计对应的landmark
  6. 合并所有的landmark

selfie Segmentation

  • close(<2m) to the camera
  • real time

步骤:

  1. two models: general and landscape
  2. general model: output segmentation mask
  3. landscape(Background): 1. similar to the general model 2.runs faster
类别 class 类别 class 类别 class 类别 class 类别 class 类别 class 类别 class 类别 class 类别 class 类别 class
person bicycle 自行车 car 汽车 motorcycle 摩托车 airplane 飞机 bus 公共汽车 train 火车 truck 卡车 boat traffic light 交通灯
fire hydrant 消防栓 street sign 路牌 stop sign 停车标志 parking meter 停车计时器 bench 长凳 bird cat dog horse sheep
cow elephant 大象 bear zebra 斑马 giraffe 长颈鹿 hat 帽子 backpack 背包 umbrella 雨伞 shoe 鞋子 eye glasses 眼镜
handbag 手提包 tie 领带 suitcase 手提箱 frisbee 飞盘 skis 滑雪板 snowboard 滑雪板 sports ball 运动球 kite 风筝 baseball bat 棒球棒 baseball glove 棒球手套
skateboard 滑板 surfboard 冲浪板 tennis racket 网球拍 bottle 瓶子 plate wine glass 酒杯 cup 杯子 fork 叉子 knife spoon 勺子
bowl banana 香蕉 apple 苹果 sandwich 三明治 orange 橙子 broccoli 西兰花 carrot 胡萝卜 hot dog 热狗 pizza 披萨 donut 甜甜圈
cake 蛋糕 chair 椅子 couch 沙发 potted plant 盆栽 bed mirror 镜子 dining table 餐桌 window 窗户 desk 书桌 toilet 厕所
door tv 电视 laptop 笔记本电脑 mouse 鼠标 remote 遥控器 keyboard 键盘 cell phone 手机 microwave 微波炉 oven 烤箱 toaster 烤面包机
sink 水槽 refrigerator 冰箱 blender 搅拌机 book clock 时钟 vase 花瓶 scissors 剪刀 teddy bear 泰迪熊 hair drier 吹风机 toothbrush 牙刷
hair brush 毛刷
import cv2
import numpy as np
import face_recognition

本项目face_recognition是一个强大、简单、易上手的人脸识别开源项目,并且配备了完整的开发文档和应用案例,特别是兼容树莓派系统。 ➡️more Details

synchronize bilibili xiao liu time grocery store opencv code

【计算机视觉OpenCV】【中英字幕】Opencv实现手部轮廓识别 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」手势控制音量 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」手势控制音量高级 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」虚拟鼠标手指控制电脑鼠标 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」卷积神经网络实现交通标志识别 train code🔗 test code🔗video🔗 数据集🔗 提取码: 39q4
【计算机视觉OpenCV】「中文字幕」人脸识别实现出勤率统计 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」目标检测高精度实时 code🔗 非极大值抑制code🔗video🔗 训练模型🔗提取码: mvxs
【计算机视觉OpenCV】「中文字幕」实现背景替换仿照腾讯会议 待更code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」FaceMesh多个人脸 面部468个关键点 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」人脸关键点检测多个人脸 面部六个关键点 code🔗
【计算机视觉OpenCV】「中文字幕」手指数量识别 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」创建一个自己的python包 code🔗待更 video🔗
【计算机视觉OpenCV】「中文字幕」人脸检测 code🔗 video🔗
【计算机视觉OpenCV】「中文字幕」姿势估计 code🔗 video🔗

About

同步b站小刘时光杂货店 代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages