软件地址,下载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
}