yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
605 stars 173 forks source link

Can you share a good checkpoints data of pose2vid network? #24

Open hawkcoder opened 5 years ago

hawkcoder commented 5 years ago

Thank you for sharing great code! I just want to use this code step by step, and it needs to train a model in the pose2vid network step. Can you share some good checkpoints parameters data of pose2vid network? Thank you very much!

yanx27 commented 5 years ago

Thank you for sharing great code! I just want to use this code step by step, and it needs to train a model in the pose2vid network step. Can you share some good checkpoints parameters data of pose2vid network? Thank you very much!

Thank you for paying attention to our work. The models we trained are all based on our own photos, so it is not very convenient to share with you. If we train the models with other people's photos in the future, we will definitely update them in README. Also if you have trained some models, you can share them with everyone in this issue. Thank you very much for your support. :)

NoamGaash commented 4 years ago

you're welcome to visit my Google Drive folder, where I have:

  1. Pretrained model, trained on a video of myself (attached)
  2. Colab notebook that can be used to run this code
  3. Example fake video, shows me imitating Bruno Mars.

Thanks for this great repo!

justinjohn0306 commented 3 years ago

you're welcome to visit my Google Drive folder, where I have:

  1. Pretrained model, trained on a video of myself (attached)
  2. Colab notebook that can be used to run this code
  3. Example fake video, shows me imitating Bruno Mars.

Thanks for this great repo!

it shows this error in colab FileNotFoundError: [Errno 2] No such file or directory: 'C:\dev'

NoamGaash commented 3 years ago

it shows this error in colab FileNotFoundError: [Errno 2] No such file or directory: 'C:\dev'

have you mounted google drive and changed the folder path (in the first cell?)

justinjohn0306 commented 3 years ago

there's no option to mount gdrive...just this '/content/drive/My Drive/לימודים/תואר שני/מצגות לגיל/dance'

should I edit this?

On Fri, Oct 2, 2020 at 2:26 PM NoamGaash notifications@github.com wrote:

it shows this error in colab FileNotFoundError: [Errno 2] No such file or directory: 'C:\dev'

have you mounted google drive and changed the folder path (in the first cell?)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CUHKSZ-TQL/EverybodyDanceNow_reproduce_pytorch/issues/24#issuecomment-702610388, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDVKQ7SZRUOUYIR3AR4OPLSIWITDANCNFSM4GTHCNMQ .

NoamGaash commented 3 years ago

you have two options -

  1. first option - mount drive (yes, edit it)
  2. second option - download the notebook and change 'c:/dev' to the correct path on your computer
justinjohn0306 commented 3 years ago

Path to the repo?

On Fri 2 Oct, 2020, 4:47 PM NoamGaash, notifications@github.com wrote:

you have two options -

  1. first option - mount drive (yes, edit it)
  2. second option - download the notebook and change 'c:/dev' to the correct path on your computer

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CUHKSZ-TQL/EverybodyDanceNow_reproduce_pytorch/issues/24#issuecomment-702675683, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDVKQ5CD7VQ6LFRYWNEPJDSIWZFXANCNFSM4GTHCNMQ .

justinjohn0306 commented 3 years ago

Can you please add the option for face enhancer?

On Fri, Oct 2, 2020 at 4:49 PM Justin John justinjohn0306@gmail.com wrote:

Path to the repo?

On Fri 2 Oct, 2020, 4:47 PM NoamGaash, notifications@github.com wrote:

you have two options -

  1. first option - mount drive (yes, edit it)
  2. second option - download the notebook and change 'c:/dev' to the correct path on your computer

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CUHKSZ-TQL/EverybodyDanceNow_reproduce_pytorch/issues/24#issuecomment-702675683, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDVKQ5CD7VQ6LFRYWNEPJDSIWZFXANCNFSM4GTHCNMQ .

NoamGaash commented 3 years ago

Path to the repo?

path to a folder where you placed the files. It might be on your computer (when colab is connected to local runtime), or a path to the google drive folder in case you mount google drive.

Can you please add the option for face enhancer?

I am not the maintainer of this repo.. If I'll do it someday I will provide a link :)

justinjohn0306 commented 3 years ago

@NoamGaash after months I've finally finished with my repo on EverybodyDanceNow colab implementation check it out: https://github.com/justinjohn0306/EverybodyDanceNow-Colab

feel free to ask any questions