YutoShibata07 / AcousticPose_Public

Other
13 stars 1 forks source link

some problems in the installation instructions, just to remind people who want to run the project with .sh files #1

Open hyperi0nW opened 7 months ago

hyperi0nW commented 7 months ago

in readme.md, it said: Put MotionCapture data and sound data under data folder like below. pose_estimation_with_noise/data/poses pose_estimation_with_noise/data/sound pose_estimation_with_noise/data/annotations

but if you r using shell that the author provided, u should put the entire "data" folder into the "scripts" folder

Y-ying-ch commented 3 months ago

打扰一下,我复现时遇到了代码问题。使用源码的.sh文件运行,但是在 File"E:\AcousticPose\pose_estimation_with_noise\scripts\libs\dataset.py", line 274, in init self.sound = self.sound.transpose(0, 2, 1) # [sample_size, channels, sound_length] ValueError: axes don't match array中间报错。 完整报错是: