Closed happyyqt closed 4 years ago
Hi @happyyqt ,
It depends if the model also does action recognition or only pose estimation. In the first case, the input tensor has 5 dims (batch_size, num_frames, height, width, channel)
. In the second case, num_frames
does not exist. The batch_size
you can change as you want, but the num_frames
is fixed in the pre-trained models.
This was just because I stopped the training process at epoch 7 and then "resumed" it. You can ignore this file. However, as detailed in the paper, it is recommended to first train a model only with pose estimation for a better stability during the multitask training.
Stale issue message
Hi Luvizon,
Thanks for your amazing work on pose estimation and action recognition field. It inspires me to dig further into this field. Here are some of my questions:
Thank you for your fantastic work and help.