GaitGraph2 icon indicating copy to clipboard operation
GaitGraph2 copied to clipboard

How to know the accuracy of the test under the Alphapose dataset of OUMVLP-Pose

Open BerLancelot opened this issue 2 years ago • 0 comments

I am training with the AlphaPose dataset from OUMVLP-Pose, but when I look at the training results at the end of the training, I can only see epoch, hp_metric, lr_Adam, train_loss_epoch, train_loss_step, val_loss_epoch, val_loss_step results, but I can't see the test accuracy. However, the accuracy can be seen when using the CASIA-B dataset.

When I checked the code of gaitgraph_oumvlp.py, I found that the train_epoch_end() function has the definition, calculation and logging of the accuracy, but this function is not called, what should I do if I want to call this function?

Thanks in advance for the answer! :)

BerLancelot avatar Jan 22 '24 11:01 BerLancelot