D-X-Y / landmark-detection

Four landmark detection algorithms, implemented in PyTorch.
https://xuanyidong.com/assets/projects/TPAMI-2020-SRT.html
MIT License
925 stars 180 forks source link

SBR inference on new video #83

Open 8lers opened 3 years ago

8lers commented 3 years ago

Hi! Great work on these projects and on this repo. I'm interested in using SBR to predict landmarks from my own video dataset, and had a question about the inference procedure.

Is it possible to get LK smoothed landmarks by extracting individual frames, then running those frames through a pretrained model (e.g., the cpm_vgg16-epoch-049-050.pth snapshot) using the eval.py script? Or is there more that needs to be done to get the smoothed landmarks?