wyhsirius/LIA

mat1 and mat2 shapes cannot be multiplied (6656x6 and 512x512)

Opened this issue · 2 comments

Hello,
When I try the demo here: https://replicate.com/wyhsirius/lia

It outputs this error:
mat1 and mat2 shapes cannot be multiplied (6656x6 and 512x512)

What should I do to fix this?

I'm also getting this error, though the numbers slightly off:
mat1 and mat2 shapes cannot be multiplied (6656x13 and 512x512)

Hello, When I try the demo here: https://replicate.com/wyhsirius/lia

It outputs this error: mat1 and mat2 shapes cannot be multiplied (6656x6 and 512x512)

What should I do to fix this?

This problem is caused by the mismatch of video resolution. The solution only needs to process the video with opencv. In the pull request module, someone provided the optimization code for run_demo, just run this.