DanceRevolution
DanceRevolution copied to clipboard
Code for paper Dance Revolution: Long-Term Dance Generation with Music via Curriculum Learning
Hi, I am still confused about: 1) the meaning of BOS_POSE in pose.py which used while training, is the initialization of the skeleton? How does it get? And used for...
Hi! I am running into a segmentation fault when trying to run train.sh, so I wanted to ask what the preprocessing steps are in case I am missing something. Besides...
When I run this command: python3 inference.py --test_dir music/demo_song --output_dir outputs/demo_song --model checkpoints/epoch_1.pt --dance_num 6, an error occurred: Traceback (most recent call last): File "inference.py", line 18, in from v2.generator...