yangw8
yangw8
 
TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 from demo import load_checkpoints 2 ----> 3 generator, region_predictor, avd_network = load_checkpoints(config_path='config/ted384.yaml', 4 checkpoint_path='checkpoints/ted384.pth') [/content/articulated-animation/demo.py](https://localhost:8080/#) in load_checkpoints(config_path, checkpoint_path, cpu) 34...