Python Forum
Art Project including face detection, screenshot and Face TEXTURE MAP
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Art Project including face detection, screenshot and Face TEXTURE MAP
#1
Hi !

I'm a art student in France, who do a lot of programmation stuffs ; for one of my project i'm kind of stucked.

I'm doing a code in Python that detect face coming through, take them and turn them into a Texture Map.

Since it's pretty easy to find it on youtube and internet, i was able to put a face detection code pretty easily, the other part is more difficult. I was trying to use 3DFace Reconstruction and 3DGANTex, but I think i must be really bad cause i don't even know how to launch these code in order to make them work. I don't know what to import and what run.

I just want to use library that already exist on GitHub and I'm not searching for a perfect anything, even a weird result will please me.

If someone can help me ! It would help me so much. Thanks u team !
Reply
#2
Not sure what your desired outcome should look like, but:
If you want to do any modification to a bitmap picture , (lighter, darker, sharper, embossed...)
you should multiply the image file in question with a 5x5 convolution matrix.
The values in the matrix depend on the software you use and the effect you want to achieve.
I must admit, documentation is scarse and far between.
In photoshop they call it the 5x5 creativity filter.
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Face detector project? korenron 5 3,534 Jul-24-2024, 08:32 AM
Last Post: jamesmartinsjtdd
  Function to count words in a list up to and including Sam Oldman45 15 10,519 Sep-08-2023, 01:10 PM
Last Post: Pedroski55
  How to zoom on/follow MOUTH in FACE? (OPENCV Face Detection) buzzdarkyear 2 2,595 Jan-12-2022, 12:31 AM
Last Post: buzzdarkyear
  How to crop eyes/nose/mouth in the face only? [OpenCV] buzzdarkyear 0 3,131 Jan-11-2022, 01:41 PM
Last Post: buzzdarkyear
  Including data files in a package ChrisOfBristol 4 4,573 Oct-27-2021, 04:14 PM
Last Post: ChrisOfBristol
  Not including a constructor __init__ in the class definition... bytecrunch 3 18,911 Sep-02-2021, 04:40 AM
Last Post: deanhystad
  how to create pythonic codes including for loop and if statement? aupres 1 2,419 Jan-02-2021, 06:10 AM
Last Post: Gribouillis
  Including modules in Python using sys.path.append JoeDainton123 1 7,009 Aug-24-2020, 04:51 AM
Last Post: millpond
  Including a Variable In the HTML Tags When Sending An Email JoeDainton123 0 2,581 Aug-08-2020, 03:11 AM
Last Post: JoeDainton123
  IEDriverServer screenshot ABVSVL 0 2,225 Jul-12-2020, 09:31 AM
Last Post: ABVSVL

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020