neural_temporal_models icon indicating copy to clipboard operation
neural_temporal_models copied to clipboard

Code and results/visualizations for the paper "A Neural Temporal Model for Human Motion Prediction", CVPR 2019

Results 3 neural_temporal_models issues
Sort by recently updated
recently updated
newest added

I am a bit confused about this two lines: https://github.com/cr7anand/neural_temporal_models/blob/0b72be14e1fba0ed681322994e09116496ff19e8/metrics.py#L54 and https://github.com/cr7anand/neural_temporal_models/blob/0b72be14e1fba0ed681322994e09116496ff19e8/metrics.py#L77 I think ``` gt_fourier_coeffs = np.zeros(euler_gt_sequences.shape) ``` should actually be ``` gt_fourier_coeffs = np.zeros(euler_gt_sequences.shape, dtype=np.complex) ``` as you...

Dear Anand: I just read your paper. I have a question about your motion derivative module. I try to find it in all your .py in this project but can...

Hello, I was wondering how to run the code? There are multiple files with different versions. Could you help out by giving documentation to run the model? And it would...