Single 2D image to Metahuman character Demo!

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 90

  • @dreamzdziner8484
    @dreamzdziner8484 9 месяцев назад

    Oh cool. I never knew about this awesome trick. Thanks for sharing it bro.🔥

  • @kewk
    @kewk Год назад +8

    2 parts you guys may be missing
    pip install packaging
    pip install face-alignment

    • @Illusiongraphy
      @Illusiongraphy Год назад

      thanks man.. I rewatched the video a few times like an idiot. also not smart not to mention this somewhere in the video..

    • @bcrbdb
      @bcrbdb Год назад

      Please, I need help pip installing face-alignment. Having trouble with it. Thanks /

    • @vivekanandhan555
      @vivekanandhan555  Год назад +1

      @kewk thanks for the help, @illusiongraphy my bad man, it was already mentioned in the description and it was clear in the steps of git repository.

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      @bcrbdb github.com/1adrianb/face-alignment#installation

    • @lsh3505
      @lsh3505 6 месяцев назад

      do this 'after' conda activate deep3d_pytorch

  • @zaylobiddinovic
    @zaylobiddinovic Год назад +5

    I had been good before I read "RTX 30xx series didn't support" text)

  • @ArameoDios
    @ArameoDios 4 месяца назад

    Beautiful tutorial!! 💎

  • @AmirHosseinAmini-c2j
    @AmirHosseinAmini-c2j Год назад +2

    You are a super professional man!!!!

  • @ZeroLensCraft
    @ZeroLensCraft 4 месяца назад

    There are lots of bit's missing in this guide. VS C++ SDK is required along with the CUDA toolkit if you want to run this on windows, you will also need to update PyTorch if you have a RTX30x0 or newer.

    • @HarmansSingh-q9i
      @HarmansSingh-q9i 7 дней назад

      I have rtx3050 can you please explain how can I run?

  • @renigero
    @renigero Год назад

    Thank you for this tour.. Nice weekend.

  • @faresjr23
    @faresjr23 Год назад +6

    bro the installation process is difficult to understand, could you make a separate video to explain it, or a link to clear instructions?
    great video btw

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Hi, please follow the steps mentioned in github links in the description.

  • @krizztykrab2297
    @krizztykrab2297 Год назад

    Amazing bro you're a legend.

  • @palyosho
    @palyosho Год назад +1

    Thanks, I have installed face alignment, but why it still shows up 'No module named 'face_alignment'' ?

    • @chingpang627
      @chingpang627 Год назад

      same question here. I think we have to install the face_alignment package but I don't know where to put it at

  • @ashutoshdongare5370
    @ashutoshdongare5370 Год назад +3

    Process and Idea is great.. results however are not superior than manually editing Metahuman IMHO..

  • @HouseDesignHD
    @HouseDesignHD Год назад

    hello is this an error. Please guide me to fix it. I use windows 11 and rtx3090 "
    E:\PM 3D FACE\Deep3DFaceRecon_pytorch>conda activate deep3d_pytorch
    'conda' is not recognized as an internal or external command,
    operable program or batch file."

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Hi, it looks like you have not installed anaconda. You need python developing knowledge for this method! Sorry!

    • @Sinlatown
      @Sinlatown 6 месяцев назад +3

      @@vivekanandhan555 Bro, not all of us are developer. If we need python developing knowledge, so why you are making a step by step tutorial video? If anyone cannot make this without python developing knowledge, this video is useless then.

  • @Gambit__YT
    @Gambit__YT 4 месяца назад +1

    can u give tutorial for setting up deep3d pytorch ? please
    😄

  • @ALiLSpiderr
    @ALiLSpiderr 6 месяцев назад

    Hi Vivek, I’ve been trying to set this up but keep getting errors even though I’ve got python and conda running, also some of the dependencies have been deprecated. Can you please make an updated tutorial?

  • @chingpang627
    @chingpang627 Год назад +2

    Anyone knows this error? File "face.py", line 7, in
    preds = fa.get_landmarks_from_directory('input')
    File "\anaconda3\envs\deep3d_pytorch\lib\site-packages\face_alignment\api.py", line 288, in get_landmarks_from_directory
    dataloader = torch.utils.data.DataLoader(dataset, batch_size=1, shuffle=False, num_workers=2, prefetch_factor=4)
    TypeError: __init__() got an unexpected keyword argument 'prefetch_factor'

  • @Warlock1007
    @Warlock1007 5 месяцев назад

    Great video! Thanks. Just emailed you regarding opportunity.

  • @chakkiproductions469
    @chakkiproductions469 Год назад +1

    if i import face fbx to unreal engine it shows me like broken polygons and texture, i dont know about the issue

    • @static_frostBRK
      @static_frostBRK 3 месяца назад +1

      You're suppose to clean up the mesh before importing into blender, you can clean the mesh in blender .Watch the tutorial by bad studios about how to create a metahuman from a polycam scan in which they also needed to clean the mesh

  • @ALiLSpiderr
    @ALiLSpiderr 6 месяцев назад

    I keep getting this "CondaEnvException: Pip failed" even though I've got both conda and pip installed.

  • @chomu7285
    @chomu7285 Год назад +1

    i have problem with default photo not changing to whatever picture i choose, also i have radeon rx gpu, can it work?

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Sorry I don't think it will work. It's dependant on Nvidia's CUDA.

  • @sudhakarsadasivam9429
    @sudhakarsadasivam9429 Год назад

    Hi Vivek very interesting video

  • @3km143
    @3km143 Год назад +1

    You need to do another tutorial for this, this one lack explanation and it's impossible to understand

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Sorry for the late reply. Hope you have upgraded to latest versions that enables Metahumans creation directly from captured video!

  • @tgtutorials
    @tgtutorials Год назад

    Hello, I have a question about how to install the "face-alingment package for landmarks detection". Is it necessary to invoke the "face.py" script?

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Yes! please follow the instructions from the link in description

    • @Darkss2
      @Darkss2 10 месяцев назад

      cd Deep3DFaceRecon_pytorch
      pip install face-alignment

  • @rezahasny9036
    @rezahasny9036 4 месяца назад

    i was confuse how to install the deep3dface

  • @TheFreeInt
    @TheFreeInt 11 месяцев назад

    Epic

  • @rePeteGG
    @rePeteGG Год назад

    Hey, I am trying my luck with an RTX 3080, can you tell me where exactly it failed? I am getting as far as "loading the model from ./checkpoints\model\epoch_20.pth" but it seems to hang there

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      for me it definitely throwed error related to device not supporting. Basically, lower version of pytorch needed to run this code properly that version doesn't support latest cards. sorry for the delayed response.

  • @wagnerponciano9780
    @wagnerponciano9780 Год назад +1

    Can you put this project on google collab and make it available?

  • @hintme1385
    @hintme1385 Год назад +1

    bro can i make medusa queen chracter in this system chracter allready 3d

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      It is possible in theory. Please try and uppload your video!

  • @malikgarcia699
    @malikgarcia699 Год назад

    you know by any chance how to import metahuman with the animation and everything textures, hair ect. In to a 3D Program like blender or similar to then render it there?

    • @KharmaGuess
      @KharmaGuess Год назад

      Export metahuman from UE5 in fbx format I guess.

    • @croaker900
      @croaker900 Год назад

      for the blender, after that, you must definitely use the fbx converter so as not to lose morphs

  • @slskyline1254
    @slskyline1254 Год назад

    good job bro.... 😎

  • @erikluo
    @erikluo Год назад +1

    Hi! I'm getting this error when trying to run face.py
    Traceback (most recent call last):
    File "face.py", line 7, in
    preds = fa.get_landmarks_from_directory('input')
    File "C:\Users\erik8\anaconda3\envs\deep3d_pytorch\lib\site-packages\face_alignment\api.py", line 288, in get_landmarks_from_directory
    dataloader = torch.utils.data.DataLoader(dataset, batch_size=1, shuffle=False, num_workers=2, prefetch_factor=4)
    TypeError: __init__() got an unexpected keyword argument 'prefetch_factor'
    How do I fix it?

    • @vivekanandhan555
      @vivekanandhan555  Год назад

      Hi, I'm guessing you have installed a different pytorch version. Not sure though.

    • @erikluo
      @erikluo Год назад

      @@vivekanandhan555 what version are you using in the video?

    • @vivekanandhan555
      @vivekanandhan555  Год назад +1

      If you create python environment using this file github.com/sicxu/Deep3DFaceRecon_pytorch/blob/master/environment.yml, version should be taken care automatically. In my machine, these are the version:
      tensorflow==1.15.0
      torch==1.6.0

    • @erikluo
      @erikluo Год назад +1

      @@vivekanandhan555 I’ll try it! Thank you so much

    • @zakliebenberg7021
      @zakliebenberg7021 Год назад

      @@erikluo I got the same error. Were you able to fix it?

  • @shagithyansathishkumar6283
    @shagithyansathishkumar6283 Год назад

    wow that great

  • @danishchief1078
    @danishchief1078 26 дней назад

    What is the complete steps on this can anyone know?

    • @meowkoos
      @meowkoos 26 дней назад

      I finallly did it on my 3060, it took almost 2 days to complete all hidden steps

    • @danishchief1078
      @danishchief1078 26 дней назад

      @meowkoos huh? whats the connection on 3060 gpu?

  • @Humanbeingalag
    @Humanbeingalag 8 месяцев назад

    Awesome yarr 😲😲😲

  • @aoi_andorid
    @aoi_andorid Год назад

    Does it work with RTX4070Ti?

  • @kuchbhi8363
    @kuchbhi8363 Год назад +1

    But still likeness is not accurate ..
    You need artist to do more work on likness

  • @bleepbloop7039
    @bleepbloop7039 Год назад

    indian dudes finna be making thier own corn now with nood skins lmao

  • @enPassantWarrior9047
    @enPassantWarrior9047 9 месяцев назад +1

    is there any easier steps than thiss

  • @E1_B0MBA
    @E1_B0MBA Год назад

    one tutorial in spanish please

  • @dushyanth.sacharya9574
    @dushyanth.sacharya9574 Год назад

    But we'll tried

  • @owenlarson07366
    @owenlarson07366 Год назад

    Not very useful without more blendshapes.

  • @FEELFREE22
    @FEELFREE22 Год назад

    я тебе че айти специалист???

  • @vectorwang9632
    @vectorwang9632 6 месяцев назад

    ruclips.net/video/sxJoWZ0qBcE/видео.html
    i make a tutorial to achieve that an image was converted to metahuman using a new method

  • @screenname1
    @screenname1 Год назад

    It looks nothing like her.

  • @Humanbeingalag
    @Humanbeingalag 9 месяцев назад

    Bro I need one character give me your email address