Profile Picture

Source of 'face photos' for Headshot creation ...

Posted By sonic7 6 Years Ago
You don't have permission to rate!
1
2
3
4
5

Source of 'face photos' for Headshot creation ...

Author
Message
Mash3D
Mash3D
Posted 5 Years Ago
View Quick Profile
Junior Member

Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 8, Visits: 102
(Edit: Sorry I thought someone had asked what AI the head Photo generator was using.)
It uses Style GAN 2
If you generate a head on the page and wait a few seconds a little info box will show up in the bottom right hand coroner
https://www.lyrn.ai/2018/12/26/a-style-based-generator-architecture-for-generative-adversarial-networks/
https://www.youtube.com/watch?v=u8qPvzk0AfY
https://www.youtube.com/watch?v=dCKbRCUyop8
https://www.youtube.com/watch?v=-cOYwZ2XcAc
https://en.wikipedia.org/wiki/Generative_adversarial_network
Source Code  
https://github.com/NVlabs/stylegan2  
Note: This would make a nice add on to the head shot plug in.
It would save a few steps if you could set some parameters and have it auto generate a head 


Dorothy Jean
Dorothy Jean
Posted 5 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)

Group: Forum Members
Last Active: Last Year
Posts: 266, Visits: 1.1K
Mash3D (1/4/2020)
(Edit: Sorry I thought someone had asked what AI the head Photo generator was using.)
It uses Style GAN 2
If you generate a head on the page and wait a few seconds a little info box will show up in the bottom right hand coroner
https://www.lyrn.ai/2018/12/26/a-style-based-generator-architecture-for-generative-adversarial-networks/
https://www.youtube.com/watch?v=u8qPvzk0AfY
https://www.youtube.com/watch?v=dCKbRCUyop8
https://www.youtube.com/watch?v=-cOYwZ2XcAc
https://en.wikipedia.org/wiki/Generative_adversarial_network
Source Code  
https://github.com/NVlabs/stylegan2  
Note: This would make a nice add on to the head shot plug in.
It would save a few steps if you could set some parameters and have it auto generate a head 



It would be really cool if we could input multiple photos and have head shot create multiple different faces from them.  I have used photoshop to do  it but it's time consuming. 
What can we do with that code? Looks like python.  Could we use it to create some type of add on plugin?









75% of original size (was 668x19) - Click to enlargehttps://forum.reallusion.com/uploads/images/dbdccbe9-2417-45d2-b87d-7b31.jpg

mbastianpr
mbastianpr
Posted 5 Years Ago
View Quick Profile
New Member

New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)New Member (57 reputation)

Group: Forum Members
Last Active: 5 Years Ago
Posts: 4, Visits: 14
animagic (1/3/2020)
mbastianpr (1/3/2020)
Does anyone know which kind of AI Headshot is using anyway? How was it trained? What does it do exactly?

I'm sure RL knows but I doubt they will tell us.


But they should, since there are so many companies out there claiming they are using A without actually using AI. It's a trust issue.

Anyway: Style Gan 2 it is for Headshot Creator?

Mash3D
Mash3D
Posted 5 Years Ago
View Quick Profile
Junior Member

Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 8, Visits: 102
mbastianpr (1/4/2020)
animagic (1/3/2020)
mbastianpr (1/3/2020)
Does anyone know which kind of AI Headshot is using anyway? How was it trained? What does it do exactly?

I'm sure RL knows but I doubt they will tell us.


But they should, since there are so many companies out there claiming they are using A without actually using AI. It's a trust issue.
Anyway: Style Gan 2 it is for Headshot Creator?


No, That was a mistake in my post. I thought someone was asking what AI was used by the web site and not Headshot.
The AI Used to create the photos generated by "This person does not exist" web site uses a style 2 Generative adversarial network.
I posed the links just in case anyone was curious about the methods used by that web site.
As far was what head shot uses I have no idea. 


sjonesdc
sjonesdc
Posted 5 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)Distinguished Member (5.9K reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 1.6K, Visits: 9.6K
Thank you!

sjonesdc :hehe:

STILL LEARNING!!!


Mash3D
Mash3D
Posted 5 Years Ago
View Quick Profile
Junior Member

Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)Junior Member (160 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 8, Visits: 102
Dorothy Jean (1/4/2020)
[quote]
It would be really cool if we could input multiple photos and have head shot create multiple different faces from them.  I have used photoshop to do  it but it's time consuming. 
What can we do with that code? Looks like python.  Could we use it to create some type of add on plugin?


Actually that's what the AI is doing. Taking a lot of real photos and comparing them to fake ones until it learns to produce a realistic looking image.
https://www.youtube.com/watch?v=C1YUYWP-6rE 
As far as a plugin goes That would be up to people that are better at coding than me.
There are a few Python scripts that are set up already.
Here is one form a student at the University of Islamabad.
You will need a Kaggle Account and some familiarity with Python to work with it,
The neat thing about this one is you can set parameters for it
https://github.com/SummitKwan/transparent_latent_gan
https://www.youtube.com/watch?v=-h9SeTjNiOs 


bennydee
bennydee
Posted 5 Years Ago
View Quick Profile
Veteran Member

Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)

Group: Forum Members
Last Active: 2 Weeks Ago
Posts: 79, Visits: 3.4K
Sokomba40@gmail.com please I need
jarretttowe
jarretttowe
Posted 5 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)Distinguished Member (4.9K reputation)

Group: Forum Members
Last Active: 3 Years Ago
Posts: 560, Visits: 3.0K
sonic7, this is a monumental undertaking and a huge benefit! Thank you for taking the time!

Gigapixel allows several options:
1) use auto to create your texture from the supplied images, then upscale in gigapixel and replace with the new gigapixel texture
2) use gigapixel to upscale the image first, then use auto or pro to generate the headshot
3) use gigapixel to upscale the result from number (2) and replace
bennydee
bennydee
Posted 5 Years Ago
View Quick Profile
Veteran Member

Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)Veteran Member (720 reputation)

Group: Forum Members
Last Active: 2 Weeks Ago
Posts: 79, Visits: 3.4K
please I need    sokomba40@gmail.com    thank you
sonic7
sonic7
Posted 5 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)Distinguished Member (14.2K reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 1.7K, Visits: 19.4K

Hi bennydee .... I'm no longer using member's *personal* emails for making these faces available.

Anyone can just download *directly* from the following links:

Photos 001 to 307 (256 MB)
https://www.dropbox.com/s/gevq6w6y7jd1cmx/Photos%20%281024%20x%201024%29%20for%20HEADSHOT.zip?dl=0

Photos 308 to 500 (157 MB)
https://www.dropbox.com/s/ey29rva9p2b9wr7/2nd%20SET%20%28308%20to%20500%29.zip?dl=0

Photos 501 to 750 (203 MB)
https://www.dropbox.com/s/3i3umgf9ttmho05/3rd%20SET%20%281024%20x%201024%20AI%20Generated%20Faces%29.zip?dl=0

Photos 751 to 1000 (205 MB)
https://www.dropbox.com/s/srm3nr2hw50jmtu/4th%20SET%20%281024%20x%201024%20AI%20Generated%20Faces%29.zip?dl=0


--------------------------------------------------------------------------------------------------------------------------------------------------------
Please be patient with me ..... I don't always 'get it' the first time 'round - not even the 2nd time! :(  - yikes! ... 
MSI GT72VR Laptop, i7 7700HQ 4-Core 3.8 GHz 16GB RAM; Nvidia 1070, 8GB Vram iClone-7.93  3DXChange Pipeline 7.81  CC-3 Pipeline 3.44  Live Face  HeadShot  Brekel Pro-Body  Popcorn FX  iRAY  Kinect V2  DaVinci Resolve17  Mixcraft 8.1


1
2
3
4
5



Reading This Topic

0 active, 0 guests, 0 members, 0 anonymous.
No members currently viewing this topic!