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

Where is the pre-trained weight file used when training the model #18

Closed Foxerity closed 11 months ago

Foxerity commented 11 months ago

When I follow your steps to train the model, it reminds me that I need a pre-trained weight file. This problem is in the training code for all three datasets. Where do I get this weights file? Hope to get your reply parser.add_argument("--checkpoint", # use the pretrained Taichi model provided by Snap default="/data/hfn5052/text2motion/RegionMM/taichi256.pth",