Unable to think of the way to start approaching this problem. Help?
Can't think of how to start
Hey @dishagoyal2,
I suppose you already have done face detection project…
- Now what you have to do is detect the eyes and nose using the same method (as you have done to detect face) both xml files are given to you.
- Once you detect eyes and nose read the goggles and mustache image
- Replace the pixels of eyes box with goggles pixels, and nose box with mustache pixel.
- Remember, images provided to you are 4 dimensional images, 4th dimension is the visibility of the image, so consider that aspect as well.
Thanks,
@mohituniyal2010
plz help me
i unable to convert the image i got after overlaying glasses and mustaches into csv file
plz tell me way out