虽然FaceReader有各个Landmarks的编号图,但是并没有编号索引。有的时候,想要在四五百个点里面找到某个特定点,是一个不小的挑战。 索性做了一个基于Web的面部特征点可视化工具,支持2D和3D FaceReader Landmarks数据的交互式展示,可以通过输入Landmarks编号,或者选择特定编号,快速找到对应Landmarks的位置(对应点变红)。
已部署到Git Pages,可以通过以下链接直接访问:
https://qukoyk.github.io/FaceReader-Landmarks-Visualizer-Online/
While FaceReader provides numbered diagrams for various landmarks, it lacks a landmark index. Sometimes, finding a specific point among four to five hundred landmarks can be quite challenging. So I created a web-based facial landmark visualization tool that supports interactive display of 2D and 3D FaceReader Landmarks data. You can quickly locate the position of corresponding landmarks by entering landmark numbers or selecting specific numbers (the corresponding point will turn red).
Deployed to GitHub Pages, you can access it directly through the following link:
https://qukoyk.github.io/FaceReader-Landmarks-Visualizer-Online/