Skip to content

Commit

Permalink
feat(toolkit): 🍅 add YOLO5Face MNN/NCNN/TNN/ONNXRuntime (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed Jan 17, 2022
1 parent 7aba3d3 commit af0f0e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lite/mnn/cv/mnn_scrfd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#include "mnn_scrfd.h"
#include "lite/utils.h"

using mnncv::MNNSCRFD;

Expand Down
1 change: 0 additions & 1 deletion lite/ncnn/cv/ncnn_scrfd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#include "ncnn_scrfd.h"
#include "lite/utils.h"

using ncnncv::NCNNSCRFD;

Expand Down
1 change: 0 additions & 1 deletion lite/ort/cv/scrfd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "scrfd.h"
#include "lite/ort/core/ort_utils.h"
#include "lite/utils.h"

using ortcv::SCRFD;

Expand Down
1 change: 0 additions & 1 deletion lite/ort/cv/yolo5face.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "yolo5face.h"
#include "lite/ort/core/ort_utils.h"
#include "lite/utils.h"

using ortcv::YOLO5Face;

Expand Down
1 change: 0 additions & 1 deletion lite/tnn/cv/tnn_scrfd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#include "tnn_scrfd.h"
#include "lite/utils.h"

using tnncv::TNNSCRFD;

Expand Down

0 comments on commit af0f0e2

Please sign in to comment.