isarandi / synthetic-occlusion

Synthetic Occlusion Augmentation
GNU General Public License v3.0
115 stars 19 forks source link

how to perform around face with disguise accessoseries #2

Closed adoniyas closed 4 years ago

adoniyas commented 4 years ago

Hello very good repo. if u have any suggessions on how to perform face synthetic occlusions wtih mask, sun glass, scarfes etc.

isarandi commented 4 years ago

You would need to collect images of such objects (sunglasses etc.) and find appropriate locations to insert them in images. For example with sunglasses you would have to paste it in the right orientation, position and scale to cover the eyes. Therefore you would need the locations of the eyes, perhaps by performing facial keypoint localization or manual annotation. There are many ways to go about this.

Good luck with your work!

adoniyas commented 4 years ago

Thank you sir for your time, if there is anything you recommend me I would appreciate it.

isarandi commented 4 years ago

I'd suggest finding recent related work to see what is out there already and what datasets they use. There are many approaches for facial keypoint localization, so the question is pretty broad.