-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add face landmark task #11
Conversation
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Potential Issues and Errors:
Important Findings:
DetailsCommit 032f416cbce47d2053332741719c5b8188dd7f57Key Changes:
Potential Problems:
Overall, the addition of the face landmark model download task seems straightforward, but attention to error handling, testing, and completeness of the model URLs is essential to ensure the reliability and stability of the script. Commit 35c7231c339c99501da132f3bed22843d5231b7dKey Changes:
Potential Problems:
Commit 5b473080e3e86d45846d2ff7a10533ee11f92dd8Key Changes:
Potential Problems:
Commit bbe13e676ea1af8a44a8fe59240a9484d93f7765Key changes in the pull request titled "Add face landmark task":
Potential problems or considerations:
Commit 06464f42409855aa0777c2a738d90932120640dfKey changes:
Potential problems:
Commit fd371777a496cd971fb35750f47f778fd50613f5Key Changes:
Potential Problems:
Overall, the changes seem straightforward, but you should confirm that the new model URL is accurate, and the version adjustment in model_base_check_impl is in line with the requirements of the face landmark task. |
Signed-off-by: vinlemon <vinlemon0@gmail.com>
Signed-off-by: vinlemon <vinlemon0@gmail.com>
Signed-off-by: vinlemon <vinlemon0@gmail.com>
Signed-off-by: vinlemon <vinlemon0@gmail.com>
Signed-off-by: vinlemon <vinlemon0@gmail.com>
278a3b0
to
06464f4
Compare
Hi @yanghaku |
Signed-off-by: vinlemon <vinlemon0@gmail.com>
c60b835
to
fd37177
Compare
@hydai Ok! |
@yanghaku , I'm waiting for your review :) The tests aren't failing because of my changes. Check here. |
Hi @hydai I fixed the issue with the tests. Can someone review this pull request? |
Signed-off-by: vinlemon <vinlemon0@gmail.com>
0343548
to
2a40453
Compare
@vinlemon just wondering, why is this PR closed? |
@yiyinglai No one reviewed or responded to my pull request, so I decided to close it. If I need to make any further changes, I’ll just use my own repo. |
Hi @vinlemon I am sorry that I missed this PR, previously I expected there is already an reviewer for it. However, it dosn't. |
This PR adds the Face Landmark task #7 .
The handling of
output_face_blendshapes
andoutput_facial_transformation_matrixes
is still missing.