dklingmann

Results 13 comments of dklingmann

Hi, you can create this folder yourself, for example by using os.mkdir("./data")

Hi Karwelox, In the following link is a gif of the results: https://github.com/yanx27/EverybodyDanceNow_reproduce_pytorch/blob/a740351bc422a5322339d3bcee2fb25510a01a19/result/output.gif You could download and edit it to just include the results.

Hi, the error message you have shown means the file you are referring to does not exist. This may be because the file you are trying to access has been...

Hi SandhyaLaxmi Kanna, I think you will get poor results if there are rotations in the video, using this method. The abstract representation of a person, in this case, is...

Hi Abdul, I have made an issue for this. You could copy and paste the requirements I've suggested: https://github.com/yanx27/EverybodyDanceNow_reproduce_pytorch/issues/98#issue-908581307

Hi, would you please write the full error message you get when running **make_target.py**

Hi, there are several ways of decreasing memory usage. For example, instead of using the VGG network, you could use smaller neural networks. However, this would mean you have to...

Hi, there are several ways to increase the resolution of images. One example would be to continue the procedure, thus getting images with 512x512 pixels, and then using a image...

Have you downloaded the whole repository? The following line adds the PoseEstimation directory to the Python path: https://github.com/yanx27/EverybodyDanceNow_reproduce_pytorch/blob/a740351bc422a5322339d3bcee2fb25510a01a19/make_source.py#L36 https://github.com/yanx27/EverybodyDanceNow_reproduce_pytorch/blob/a740351bc422a5322339d3bcee2fb25510a01a19/make_source.py#L39 If this is added to the Python path, the statement `from...

The UserWarning is because nn.init used in this repository is an old version. The warning though will not affect the training procedure. Can you elaborate on your problem, such as...