-
-
Notifications
You must be signed in to change notification settings - Fork 598
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
3D model picks up some background image? #100
Comments
You can display the fitted mesh with the Also you can avoid this somewhat by rejecting regions on the texture which are close to being occluded (i.e. facing away more than 60° from the user or so). The |
Can this be closed? Did you make any progress? As mentioned above, it's not any software bug or issue. |
Hi Patrick,
Yes - this can be closed. I managed to reduce it, but could not eliminate it as a generic solution.
Is there a way to mirror one side of the face to the other in case one side has lesser holes than the other.
thanks,
… On Mar 5, 2017, at 9:26 AM, Patrik Huber ***@***.***> wrote:
Can this be closed? Did you make any progress? As mentioned above, it's not any software bug or issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#100 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AK2LF-seGOYmdUvJ0pg5X-ScePi-zN3Xks5rivBPgaJpZM4Lzvvs>.
|
Ok, cool! I'll close this then. Yes, of course you can mirror, for example you can mirror the texture map. You probably want to do some blending afterwards, as usually the two sides are lit quite differently and this creates visible artifacts. |
Hi @manish-grafty, |
@jjjjohnson You can use MeshLab or Blender - I'd recommend MeshLab for a beginner. (It looks like in the screenshot above, something else was used though). |
Thanks a lot! @patrikhuber
|
|
Hi @patrikhuber Thanks for the prompt reply. |
@jjjjohnson Just look at the example... it stores the texture as well. |
Hi @patrikhuber I managed to use mashLab to visualize the 3d face w/ merged_isomap. Thanks a lot!!! However I am using
|
@jjjjohnson Sure - you should be able to do that with the Python bindings out of the box. How you merge the shapes is up to you. But the line you highlighted just "assembles" the shape instance (also called sample sometimes). It's just the standard If you are interested in that then we also offer consulting work for eos on an hourly or project basis - feel free to drop me an email if that is of interest to you. |
Thanks @patrikhuber I can calculate |
@jjjjohnson There's a |
Hi @patrikhuber looks like Thanks a lot! |
@jjjjohnson Please keep this issue on topic. And the GitHub issues are for library issues - please read the code and documentation. |
Hi Patrick,
In the attached example: I dont understand why a portion of the green background is overlaid on the model. I am attaching dlib output, input image and output image. Any ideas?
The text was updated successfully, but these errors were encountered: