snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.21k stars 348 forks source link

RuntimeError: imageio.mimread() has read over 256 MiB of image data. #14

Closed avani17101 closed 3 years ago

avani17101 commented 3 years ago

while running python run.py --config config/ted384.yaml --device_ids 0,1 I am getting the following error. Screenshot from 2021-05-16 17-52-21

A similar error has been pointed here https://github.com/AliaksandrSiarohin/first-order-model/issues/217 I see the memtest is already set to False in the codebase. Not sure why this error.

SatyaDewangan05 commented 7 months ago

on line 61: instead of video = mimread(name) use video = mimread(name, memtest=False)