lisiyao21 / Bailando

Code for CVPR 2022 paper "Bailando: 3D dance generation via Actor-Critic GPT with Choreographic Memory"
Other
382 stars 59 forks source link

The pure command to run the code #13

Open LaLaLailalai opened 2 years ago

LaLaLailalai commented 2 years ago

Hi Siyao,

I'd like to run the code by myself, if I don't use slurm manager, could you tell me the pure command to run the code?

kevink2424 commented 2 years ago

For Step 1: Train pose VQ-VAE (without global velocity)

python -u main.py --config configs/sep_vqvae.yaml --train

Others is similar. just for reference only

Ohahehe commented 9 months ago

For Step 1: Train pose VQ-VAE (without global velocity)

python -u main.py --config configs/sep_vqvae.yaml --train

Others is similar. just for reference only

When I run the code in your way, it always run error. The error is JSONecodeError:Expecting value: line 1 column 1 (char 0). But I install the data from the author, and then I confirm the json is right. Could you tell me why? Thank you so much.

DonlynLee commented 7 months ago

I have the same question, have you solved it? Thank you so much!