File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33[ ![ license] ( https://img.shields.io/badge/license-Apache%202-dfd.svg )] ( ./LICENSE )
44[ ![ python] ( https://img.shields.io/badge/python-3.10+-aff.svg )] ( ./pyproject.toml )
55[ ![ release] ( https://img.shields.io/github/v/release/DocsaidLab/PyFace?color=ffa )] ( https://github.com/DocsaidLab/PyFace/releases )
6- [ ![ pypi] ( https://img.shields.io/pypi/v/pyface_docsaid .svg )] ( https://pypi.org/project/pyface_docsaid / )
7- [ ![ downloads] ( https://img.shields.io/pypi/dm/pyface_docsaid ?color=9cf )] ( https://pypi.org/project/pyface_docsaid / )
6+ [ ![ pypi] ( https://img.shields.io/pypi/v/pyface-docsaid .svg )] ( https://pypi.org/project/pyface-docsaid / )
7+ [ ![ downloads] ( https://img.shields.io/pypi/dm/pyface-docsaid ?color=9cf )] ( https://pypi.org/project/pyface-docsaid / )
88
99## Introduction
1010
@@ -35,7 +35,8 @@ pip install git+https://github.com/DocsaidLab/PyFace.git
3535Because onnxsim is not prebuilt in Python 3.12. We recommend prebuild it manually.
3636
3737``` bash
38- pip install pip wheel setuptools onnxsim
38+ pip install wheel setuptools
39+ pip install onnxsim
3940pip install pyface-docsaid
4041```
4142
@@ -68,8 +69,6 @@ faces_on_img = face_service([img])[0]
6869cb.imwrite(' path/to/output' , faces_on_img.gen_info_img())
6970```
7071
71- ### Mac User
72-
7372## Citation
7473
7574``` bibtex
You can’t perform that action at this time.
0 commit comments