Open
Conversation
Owner
|
Cool work. |
Owner
|
后续我会基于开源的FaceTracker 做一个版本, 你可以基于该demo替换成sensetime~ |
Author
|
FaceTracker好像速度要慢得多,不太适用这种需要高频处理的场景吧 |
Owner
|
是的, 但是异步处理的话能够做一个效果较差的版本出来。 |
Author
|
好的 我去研究一下。对于opengl学习这个您有哪些资料推荐么?您的代码中有好多并不太能理解,比如FBO的使用,到底哪些地方需要swapBufferFBO。。。 |
Owner
|
这个……你可以看看GLES2 的一些API文档, 比如 https://www.khronos.org/opengles/sdk/docs/man/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi wysaid,
您的开源项目让我受益匪浅,我给您的项目增加了一点小改动使其能支持FaceDetect,并在CameraDemoActivity可以看到检测面部106个关键点的效果。
但我是一个opengl新手,现在的代码肯定不是最优的写法,希望您能帮忙修改整理。
我想在您的修改下,接下来类似FaceU等关于面部的特效也可以在这个改动下实现了。