una-dinosauria/human-motion-prediction

How to get the Prediction results?

Closed this issue · 1 comments

Sorry @una-dinosauria this is a very basic question but I need to ask it.
Could you tell me please where to find the prediction results in your code?

I want to try your code with another dataset but I don't know how to get the prediction results.

Thanks

Sorry, looking back my code is pretty messy and not super modular :(

To obtain a prediction, go here:

# Evaluate the model on the test batches
encoder_inputs, decoder_inputs, decoder_outputs = model.get_batch_srnn( test_set, action )
srnn_loss, srnn_poses, _ = model.step(sess, encoder_inputs, decoder_inputs,
decoder_outputs, True, True)