zgspose / DSTA

This is the code of our paper "Video-Based Human Pose Regression via Decoupled Space-Time Aggregation".
Apache License 2.0
119 stars 13 forks source link

Source for coco pre-trained model #4

Closed natlouis closed 2 months ago

natlouis commented 2 months ago

Hi, thank you for making this code available. In the Base_PoseTrack17.yaml config file, what is the source for the pre-trained model you use? /code/DSTA/checkpoints/coco-laplace-rle.pth Are those weights available for download?

zgspose commented 2 months ago

The pre-trained weights are obtained using the RLE method, which you can find at https://github.com/Jeff-sjtu/res-loglikelihood-regression.