Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f92138b

Browse files
Recognition
1 parent 79aecad commit f92138b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Face_Recognition/face_train.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ def train_face():
3636

3737
for (x, y, w, h) in face_rect:
3838
face = gray[y:y+h, x:x+w]
39-
features.append(face)
40-
labels.append(label)
39+
# remove below 2 lines comment
40+
#features.append(face)
41+
#labels.append(label)
4142

4243

4344
train_face()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /