当前位置: 首页 > news >正文

x-anylabelimg如何标识人脸

软件地址,下载CPU版本就好
https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.0.0

一、打开软件选择的一个按钮,选择文件夹

在这里插入图片描述

二、选择模型运行

未下载的模型需要安全上网下载
在这里插入图片描述
选用Yolov6Lite_l-Face MeiTuan生成的文件格式,略作调整自动保存成同一目录下的json文件,json文件内容就是左上、右上、右下、左下的点,根据你要的形式处理后续的数据集

{"version": "2.3.6","flags": {},"shapes": [{"label": "face","points": [[290.0,206.0],[409.0,206.0],[409.0,360.0],[290.0,360.0]],"group_id": null,"description": null,"difficult": false,"shape_type": "rectangle","flags": null,"attributes": {}},{"label": "left_eye","points": [[318.0,254.0]],"group_id": 0,"description": null,"difficult": false,"shape_type": "point","flags": null,"attributes": {}},{"label": "right_eye","points": [[372.0,255.0]],"group_id": 0,"description": null,"difficult": false,"shape_type": "point","flags": null,"attributes": {}},{"label": "nost_tip","points": [[341.0,288.0]],"group_id": 0,"description": null,"difficult": false,"shape_type": "point","flags": null,"attributes": {}},{"label": "left_mouth_corner","points": [[323.0,317.0]],"group_id": 0,"description": null,"difficult": false,"shape_type": "point","flags": null,"attributes": {}},{"label": "right_mouth_corner","points": [[371.0,317.0]],"group_id": 0,"description": null,"difficult": false,"shape_type": "point","flags": null,"attributes": {}}],"imagePath": "frame_80.jpg","imageData": null,"imageHeight": 480,"imageWidth": 640
}
http://www.lryc.cn/news/376075.html

相关文章:

  • Element-ui中Table表格无法显示
  • 电信网关配置管理系统 del_file.php 前台RCE漏洞复现
  • 游戏心理学Day18
  • 发文章不违规的5种解决方案,非常适用,记得收藏!
  • 【ARMv8/ARMv9 硬件加速系列 2.2 -- ARM NEON 的加减乘除(左移右移)运算】
  • [2024-06]-[大模型]-[Ollama]- WebUI
  • AI智能盒子助力中钢天源设备工厂升级安全防护
  • RNN的变种们:GRULSTM双向RNN
  • Linux网络-HttpServer的实现
  • GPT-4o的综合评估与前景展望
  • 私人云盘(自动云同步)
  • 【CMake】Linux 下权限丢失与软链接失效问题
  • 内部类介绍
  • 【CVPR2021】LoFTR:基于Transformers的无探测器的局部特征匹配方法
  • 总结一下 C# 如何自定义特性 Attribute 并进行应用
  • 三种暴露方法和引入方式
  • “Git之道:掌握常用命令,轻松管理代码“
  • Linux vim 文本编辑 操作文本 三种模式
  • JavaFX DatePicker
  • 开展“安全生产月”活动向媒体投稿的好方法找到了
  • 商讯杂志商讯杂志社商讯编辑部2024年第10期目录
  • 在VS Code中快速生成Vue模板的技巧
  • 新火种AI|Sora发布半年之后,AI视频生成领域风云再起
  • 《UNIX环境高级编程》第三版(电子工业出版社出品)——两年磨一剑的匠心译作
  • 【RK3588/算能/Nvidia智能盒子】AI“值守”,规范新能源汽车充电站停车、烟火及充电乱象
  • 使用ReentrantLock和ThreadPoolExecutor模拟抢课
  • VirtFuzz:一款基于VirtIO的Linux内核模糊测试工具
  • 统计学一(术语,正态)
  • CleanMyMac X for Mac系统优化垃圾清理软件卸载 工具(小白轻松上手,简单易学)
  • 从0开始开发一个简单web界面的学习笔记(HTML类)