Skip to content

The Missing of Diffusion Model Weight #5

@ukpkhkk

Description

@ukpkhkk

Hi!
Thanks for your amazing work! I followed the instructions in README to run the demo, but encountered a problem below:

FileNotFoundError: [Errno 2] No such file or directory: '/ssd1/dengzhidong/.sym/final/ArtFormer/train_root_dir/Diff/checkpoint/05-17-09PM-12-03/diffusion-epoch=19999-loss=0.02376.ckpt'

The code for loading the weight you provided is as follows:

#In the Class Evaluater
self.model = TransDiffusionCombineModel.load_from_checkpoint(eval_config['checkpoint_path'])

#In the Class TransDiffusionCombineModel
self.diffusion = Diffusion.load_from_checkpoint(config['diffusion_model']['pretrained_model_path'])

And I found the path of this Diffusion model's weight is a fixed value in the Articulated Transformer weight you provided. Unfortunately, I couldn't find the download url for the Diffusion Model Weight in the README. If there are any omissions on my part, I would greatly appreciate it if you could point them out.

Thanks for your amazing work again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions