chaneyddtt / Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics

Source code of paper "Convolutional Sequence to Sequence Model for Human Dynamics"
MIT License
86 stars 18 forks source link

h5 file for generating the action sequence in your paper #3

Open RuipengZhang118 opened 4 years ago

RuipengZhang118 commented 4 years ago

Could you please give me the h5 file for generating the action sequence in your paper? I'd like to compare your results. Thank you.

chaneyddtt commented 4 years ago

Hi @RuipengZhang118, Sorry for the late reply, The h5py file can be automatically generated during evaluation by calling the 'compute_test_error' function in the DataLoader.py file.

cuichangrui commented 3 years ago

您能否给我h5文件以在您的论文中生成动作序列? 我想比较一下您的结果。谢谢。

你好,请问你这个代码运行成功了吗?有没有生成出h5py文件呢?我在运行的时候代码没办法自动生成这个文件,请问和路径有关系吗

chaneyddtt commented 3 years ago

Hi @cuichangrui, The h5py file will be generated when you call the InferenceSample function during testing. Note that you may need to create a folder named 'samples' (please refer to the code in the InferenceSample function in the Autoencoder_gan.py ), where the generated file will be located.