Reproduced image seeing mouth on hand #273

Open
opened 2022-05-31 07:22:48 +02:00 by henry59687 · 3 comments
henry59687 commented 2022-05-31 07:22:48 +02:00 (Migrated from github.com)

How do I train the model so it won't creating images like this? The hand is transparent and the teeth are all messed up. Or perhaps will there be an update fix relating to this?
frame_0000368

How do I train the model so it won't creating images like this? The hand is transparent and the teeth are all messed up. Or perhaps will there be an update fix relating to this? ![frame_0000368](https://user-images.githubusercontent.com/106575540/171098572-b9dbe95b-3ce0-4742-ae58-b284083a6c55.jpg)
aesanchezgh commented 2022-06-24 19:43:34 +02:00 (Migrated from github.com)

One way is to modify the mask code to not swap the mouth

One way is to modify the mask code to not swap the mouth
SerZhyAle commented 2022-06-25 00:01:37 +02:00 (Migrated from github.com)

can you give the hint?

can you give the hint?
Fibonacci134 commented 2022-06-25 15:54:52 +02:00 (Migrated from github.com)

can you give the hint?

In reverse to original, remove the landmarks numbers after 10. And in the bottom where the kernel mask is set at (40,40) change the number on the left to something higher and test to see how the mask is shortened, try doubling one of the numbers first.

> can you give the hint? In reverse to original, remove the landmarks numbers after 10. And in the bottom where the kernel mask is set at (40,40) change the number on the left to something higher and test to see how the mask is shortened, try doubling one of the numbers first.
Sign in to join this conversation.