AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.57k stars 3.22k forks source link

#424 Invalid requirement: 'load_checkpoints,' help pls #546

Open azatzebruh opened 1 year ago

azatzebruh commented 1 year ago

ERROR: Invalid requirement: 'load_checkpoints,'

NameError Traceback (most recent call last) in generate(button) 422 for frame in reader: 423 driving_video.append(frame) --> 424 generator, kp_detector = load_checkpoints(config_path='config/%s-256.yaml' % model.value, checkpoint_path=filename) 425 with progress_bar: 426 predictions = make_animation(

NameError: name 'load_checkpoints' is not defined

adamdurfee commented 1 year ago

@azatzebruh Same problem here. Is this going to be related to the Colab environment update similar to the pad call?

azatzebruh commented 1 year ago

ok