AliaksandrSiarohin / monkey-net

Animating Arbitrary Objects via Deep Motion Transfer
467 stars 81 forks source link

RuntimeError: CUDA error: out of memory #47

Open WinterJack002 opened 5 months ago

WinterJack002 commented 5 months ago

I run demo.py using the code you provided: python demo.py --config config/moving-gif.yaml --driving_video sup-mat/driving.png --source_image sup-mat/source.png --checkpoint moving-gif-ckp.pth.tar But it says "out of memory".Is my GPU memory insufficient? How much memory is required to run it?