Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can someone explain the file structure/tree for training? #5

Open
justinjohn0306 opened this issue Oct 30, 2020 · 2 comments
Open

Can someone explain the file structure/tree for training? #5

justinjohn0306 opened this issue Oct 30, 2020 · 2 comments

Comments

@justinjohn0306
Copy link

Can someone explain the file structure/tree for training?
I'm really trying to get this working...I've tried other repos but they're not as good as this one.
Any help would be appreciated.

@ipwefpo
Copy link

ipwefpo commented Dec 4, 2020

Hi,
It's my experience when I implement this project, hope it can help .

First, you need openpose to get source&target video's frames & their keypoints file :
https://github.com/CMU-Perceptual-Computing-Lab/openpose

Then, check graph_train.py in data_pre folder, check the instruction of parameters in file, you may find out which folder you should place the training data . ( graph_train.py is to prepare file, the output is the data for training . )

Other concepts can take pix2pixHD for reference :
https://github.com/NVIDIA/pix2pixHD

@hshreeshail
Copy link

@ipwefpo Could you explain this in more detail. Here is my understanding about how to set up the training data:
train_img, train_label, train_facetexts128 are available from the download link on the official website https://carolineec.github.io/everybody_dance_now/.
But I see two more directories keypoints, original_frames in the sample_data directory. So, is the purpose of graph_train.py, to generate these two directories from the downloaded data?
Also, what is the content of original_frames?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants