mirror of
https://github.com/deepinsight/insightface.git
synced 2026-01-27 17:30:20 +00:00
Upgrade InspireFace to version 1.22
This commit is contained in:
@@ -15,7 +15,7 @@ int main() {
|
||||
FaceTrackModule tracker(mode, 10, 20, 320, -1);
|
||||
tracker.Configuration(archive, expansion_path);
|
||||
|
||||
FacePipelineModule pipe(archive, true, true, true, true);
|
||||
FacePipelineModule pipe(archive, true, true, true, true, true);
|
||||
|
||||
auto image = inspirecv::Image::Create("test_res/data/bulk/r90.jpg");
|
||||
inspirecv::FrameProcess processor;
|
||||
|
||||
Reference in New Issue
Block a user