Open azatzebruh opened 1 year ago
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
@azatzebruh Same problem here. Is this going to be related to the Colab environment update similar to the pad call?
ok
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