StridedTransformer-Pose3D icon indicating copy to clipboard operation
StridedTransformer-Pose3D copied to clipboard

After training for several epochs, add refine module?

Open haofeng0705 opened this issue 3 years ago • 2 comments

is it refer to Exploiting Spatial-temporal Relationships for 3D Pose Estimation via Graph Convolutional Networks, the refinement module? how many epochs do I need to train to add this module?

haofeng0705 avatar Oct 13 '22 10:10 haofeng0705

Our repo is built on top of ST-GCN, we train the first stage for 20 epochs.

Vegetebird avatar Oct 15 '22 14:10 Vegetebird

thank you! btw, how can I save the predicted 3d poses and corresponding labels output from the model?

haofeng0705 avatar Oct 19 '22 02:10 haofeng0705

You can save the outputs from the model (post_out) in https://github.com/Vegetebird/StridedTransformer-Pose3D/blob/6773a98f873f0d7bc6d8d0f6c0b1a478409e535e/demo/vis.py#L222

Vegetebird avatar Jan 03 '23 08:01 Vegetebird