We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RuntimeError: shape '[-1, 1, 4, 41]' is invalid for input of size 186780
The text was updated successfully, but these errors were encountered:
Input #0, wav, from 'D:/work/vgan/Wav2Lip-master/z930.wav': Duration: 00:00:13.88, bitrate: 384 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 24000 Hz, mono, s16, 384 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help -async is forwarded to lavfi similarly to -af aresample=async=1:min_hard_comp=0.100000:first_pts=0. Output #0, wav, to './results/temp.wav': Metadata: ISFT : Lavf58.29.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 16000 Hz, mono, s16, 256 kb/s Metadata: encoder : Lavc58.54.100 pcm_s16le size= 434kB time=00:00:13.87 bitrate= 256.0kbits/s speed=4.64e+03x video:0kB audio:434kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017564% Traceback (most recent call last): File "D:/work/vgan/Audio2Head-main/inference.py", line 253, in audio2head(parse.audio_path,parse.img_path,parse.model_path,parse.save_path) File "D:/work/vgan/Audio2Head-main/inference.py", line 136, in audio2head ref_pose_rot, ref_pose_trans = get_pose_from_audio(img, audio_feature, model_path) File "D:\work\vgan\Audio2Head-main\modules\audio2pose.py", line 54, in get_pose_from_audio poses = generator(x) File "D:\anaconda\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl return forward_call(*input, **kwargs) File "D:\work\vgan\Audio2Head-main\modules\audio2pose.py", line 22, in forward audio = x["audio"].reshape(-1, 1, 4, 41) RuntimeError: shape '[-1, 1, 4, 41]' is invalid for input of size 76120
Sorry, something went wrong.
No branches or pull requests
RuntimeError: shape '[-1, 1, 4, 41]' is invalid for input of size 186780
The text was updated successfully, but these errors were encountered: