Open RuipengZhang118 opened 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.
您能否给我h5文件以在您的论文中生成动作序列? 我想比较一下您的结果。谢谢。
你好,请问你这个代码运行成功了吗?有没有生成出h5py文件呢?我在运行的时候代码没办法自动生成这个文件,请问和路径有关系吗
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.
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.