zyhbili / LivelySpeaker

[ICCV-2023] The official repo for the paper "LivelySpeaker: Towards Semantic-aware Co-Speech Gesture Generation".
77 stars 9 forks source link

error while running test_RAG_ted.py #9

Closed VishnuSai87 closed 10 months ago

VishnuSai87 commented 10 months ago

where do i find this .bin file getting this error when i run test_RAG_ted.py FileNotFoundError: [Errno 2] No such file or directory: '/p300/wangchy/zhiyh/ted_output/gesture_autoencoder_checkpoint_best.bin'

deeprobo-dev commented 10 months ago

EmbeddingSpaceEvaluator class initializing is failing for me also due to absence of the above mentioned gesture_autoencoder_checkpoint_best.bin file. In README i couldn't find any reference of download link for that file. Can you please clarify where can I find or may be generate that file? As its a blocker for me because I am not able to run rest of the inference code due to this. Thank you in advance.

zyhbili commented 10 months ago

Sorry for the late reply. We use the origin weight as in Trimodal. You can download it from TriModal

VishnuSai87 commented 10 months ago

Getting this error while executing the code can you help me to understand why i am getting this error: value, but got num_samples={}".format(self.num_samples)) ValueError: num_samples should be a positive integer value, but got num_samples=0 Thank You.

VishnuSai87 commented 10 months ago

solved.

anomySz commented 8 months ago

@VishnuSai87 Hi, How did you solve num_samples issue? Could you tell me about it?

Thank you.