mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
14 lines
251 B
C
14 lines
251 B
C
/**
|
|
* Created by Jingyu Yan
|
|
* @date 2024-10-01
|
|
*/
|
|
#pragma once
|
|
#ifndef INSPIRE_FACE_FO_ALL_H
|
|
#define INSPIRE_FACE_FO_ALL_H
|
|
|
|
#include "face_object_internal.h"
|
|
#include "face_action_data.h"
|
|
#include "face_process.h"
|
|
|
|
#endif // INSPIRE_FACE_FO_ALL_H
|