una-dinosauria/human-motion-prediction

pytorch version

enriccorona opened this issue · 3 comments

Hi!

I implemented a pytorch version of the code in this fork. The results are similar for the demos I tried so far.

I tested the code and the following worked.

python src/translate.py --action walking --seq_length_out 25 --iterations 10000
python src/translate.py --action walking --seq_length_out 25 --iterations 10000 --sample --load 10000
python src/forward_kinematics.py

Thank you Enrico!

Thank you. Adding note to README.

Hello~ Which pytorch version can work?@enrico