guoqincode / Open-AnimateAnyone

Unofficial Implementation of Animate Anyone
2.9k stars 233 forks source link

what is the poseguider_checkpoint_path value? #25

Closed linxiang4200 closed 9 months ago

linxiang4200 commented 9 months ago

Hello, first of all thanks for your work.

I have some questions. During the second stage of training, in the train_stage_2.yaml file, poseguider_checkpoint_path: "" referencenet_checkpoint_path: "" What should these two contents be? Should the model trained in the first stage be written in referencenet_checkpoint_path? Or something else, I hope to get your reply.

guoqincode commented 9 months ago

You can specify your trained model here, and modifying the code and config is very simple.

linxiang4200 commented 9 months ago

Thank you for your reply. In which configuration should the model trained in the first stage be placed? What is the difference between poseguider_checkpoint_path and referencenet_checkpoint_path?