nihaomiao / CVPR23_LFDM

The pytorch implementation of our CVPR 2023 paper "Conditional Image-to-Video Generation with Latent Flow Diffusion Models"
BSD 2-Clause "Simplified" License
432 stars 43 forks source link

demo ModuleNotFoundError #20

Closed XiaoHaoPan closed 11 months ago

XiaoHaoPan commented 11 months ago

hello! When I run the demo_mug.py,it display:

Traceback (most recent call last): File "demo/demo_mug.py", line 13, in from misc import Logger, grid2fig, conf2fig ModuleNotFoundError: No module named 'misc'

nihaomiao commented 11 months ago

Hi, @XiaoHaoPan, you may need to change the path setting of this line.

XiaoHaoPan commented 11 months ago

Thank for your help!