D-X-Y/landmark-detection

demo problem

flynnamy opened this issue · 4 comments

I want to try SBR to vis demo-sbr.mp4.I execute scripts of demo_sbr.sh, but it has error about can not find eval-start-eval-00-01.pth.What is eval-start-eval-00-01.pth and how to get it?

D-X-Y commented

Which command do you use?
eval-start-eval-00-01.pth is the saved file after evaluating the SBR on the demo videos. Did you run evaluation?

@D-X-Y I only find that it has a script to eval an image of self.jpeg.It works.How to eval the SBR on video?Could you please share the scripts to do this?Thanks!

D-X-Y commented

Sorry for the late reply. I will have a look at this problem, thanks for your patience.

D-X-Y commented

You need to first train SBR on this demo video (https://github.com/D-X-Y/landmark-detection/blob/master/SBR/README.md#an-example-to-train-sbr-on-the-unlabeled-sequences) and then you will get this file (snapshots/CPM-SBR/metas/eval-start-eval-00-01.pth) for visualization.