Skip to content

Commit c05fa94

Browse files
committed
Rename 'model/' directory to 'mtcnn/'
1 parent 0b73418 commit c05fa94

10 files changed

+3
-3
lines changed

model/README.md

-1
This file was deleted.

model/Makefile mtcnn/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OUTNAME_RELEASE = create_engines
22
OUTNAME_DEBUG = create_engines_debug
3-
MAKEFILE_TRT ?= Makefile.config
4-
include $(MAKEFILE_TRT)
3+
MAKEFILE_CONFIG ?= ../common/Makefile.config
4+
include $(MAKEFILE_CONFIG)
55

66
all: release

mtcnn/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The caffe prototxt and model files were copied from [https://github.com/kpzhang93/MTCNN_face_detection_alignment/tree/master/code/codes/MTCNNv1/model](https://github.com/kpzhang93/MTCNN_face_detection_alignment/tree/master/code/codes/MTCNNv1/model).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)