You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
Support more face attributes in SDK & Sample. (#11)
* Update docstrings for face.detect by introducing emotion.
* Update sample to support headPose,facialHair,emotion.
* Add missing emotion attribute.
* Update README.md.
* pylint.
* Bump version to 1.2.5.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ python sample
59
59
```
60
60
61
61
## Contributing
62
-
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our [Contribution Rules & Guidelines](</CONTRIBUTING.md>).
62
+
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our [Contribution Rules & Guidelines](</CONTRIBUTING.md>).
63
63
64
64
You can reach out to us anytime with questions and suggestions using our communities below:
@@ -68,7 +68,7 @@ You can reach out to us anytime with questions and suggestions using our communi
68
68
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
69
69
70
70
## Updates
71
-
*8/2016: Sample updated for [July 2016 Face API changes](https://www.microsoft.com/cognitive-services/en-us/face-api/documentation/overview#changes)
71
+
*[Face API Release Notes](https://www.microsoft.com/cognitive-services/en-us/face-api/documentation/ReleaseNotes)
72
72
73
73
## License
74
74
All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
0 commit comments