Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Firdauzfan authored Jan 9, 2019
1 parent e4500ba commit 839a324
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion traning_face.py → training_face.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
import sys
import json
import numpy as np
import os

os.chdir('/home/gspe/Documents/firdauzfanani/FaceRecognition')

def main_training():
vs = cv2.VideoCapture(1)

s,name = sys.argv
name = sys.argv[1]
print(name)
# print("Input User baru ID tanpa menggunakan spasi:")
# nama_baru = input()
Expand Down

0 comments on commit 839a324

Please sign in to comment.