Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics icon indicating copy to clipboard operation
Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics copied to clipboard

h5 file for generating the action sequence in your paper

Open RuipengZhang118 opened this issue 5 years ago • 3 comments

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.

RuipengZhang118 avatar Dec 06 '19 13:12 RuipengZhang118

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.

chaneyddtt avatar Aug 11 '20 08:08 chaneyddtt

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

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

cuichangrui avatar Dec 02 '20 06:12 cuichangrui

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.

chaneyddtt avatar Dec 02 '20 08:12 chaneyddtt