mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
16 lines
304 B
C
16 lines
304 B
C
/**
|
|
* Created by Jingyu Yan
|
|
* @date 2024-10-01
|
|
*/
|
|
|
|
#ifndef INSPIREFACE_LMK_ALL_H
|
|
#define INSPIREFACE_LMK_ALL_H
|
|
|
|
#include "face_landmark_adapt.h"
|
|
#include "mean_shape.h"
|
|
#include "order_of_hyper_landmark.h"
|
|
#include "face_landmark_adapt.h"
|
|
#include "landmark_tools.h"
|
|
|
|
#endif // INSPIREFACE_LMK_ALL_H
|