Svito-zar / speech-driven-hand-gesture-generation-demo

This repository contains the gesture generation model from the paper "Moving Fast and Slow" (https://www.tandfonline.com/doi/full/10.1080/10447318.2021.1883883) trained on the English dataset
https://svito-zar.github.io/audio2gestures/
Apache License 2.0
25 stars 5 forks source link

IOSError: result/gestures.txt not found #1

Closed zf223669 closed 4 years ago

zf223669 commented 4 years ago

Dear sir: I run your project but it showed an error in the console that said OSError: result/gestures.txt not found
I use window 10 OS.

Svito-zar commented 4 years ago

I think the solution to your problem is to create a folder "results" in the main directory of this repo.

Please let me know if it helps.

zf223669 commented 4 years ago

无标题 TIM图片20200605210637 Dir Sir: I have created the "result" folder, but it did not work yet.:(

Svito-zar commented 4 years ago

Ah, I see. Thanks for sharing the log.

The first error is actually from Tensorflow version: AttributeError: module "tensorflow" has no attribute "Session"

Probably you have a wrong version of Tensorflow. I recommend downgrading it to version 1.14 and trying again.

You can find some more information about your issue at this StackOverFlow thread

zf223669 commented 4 years ago

bug Hi, i have reinstall the tensorflow to 1.14 and cuda. Now the errors above have disppear, however, the program rests on this process.

Svito-zar commented 4 years ago

This is a different error. Can you please create a different issue for it and provide some more details there?