能够标注人脸边界框和五个关键点

时间:2020-11-05 14:50:52
【文件属性】:
文件名称:能够标注人脸边界框和五个关键点
文件大小:90KB
文件格式:ZIP
更新时间:2020-11-05 14:50:52
人脸标注 face landmark python文件,需要安装python,需要有cv2的库。首先cmd,cd 你的路径,python annotate_faces.py -d ./img -n 4(是图片数目)。但是不能保存坐标值,可以对其修改保存坐标值。
【文件预览】:
annotate-faces-master (1)
----annotate-faces-master()
--------img()
--------annotate_faces.py(13KB)
--------图像名字不能是__.png(6KB)
--------LICENSE.md(1KB)
--------.gitignore(6B)
--------README.md(439B)

网友评论

  • image_fname,leye_x,leye_y,reye_x,reye_y,nose_x,nose_y,lmouth_x,lmouth_y,rmouth_x,rmouth_y,rect_top_x,rect_top_y,rect_width,rect_height Traceback (most recent call last): File "annotate_faces.py", line 379, in main(parse_arguments()) File "annotate_faces.py", line 362, in main for curr_file in flist[::len(flist) // args.nimgs][:args.nimgs]: ValueError: slice step cannot be zero
  • 这是自己运行然后自己标注五个点吗,为什么我运行这个程序,一个点也没有标注出来?
  • 非常好 good