Removed unnecessary comments.
This commit is contained in:
parent
5d6b24532b
commit
02e0740941
6 changed files with 2 additions and 14 deletions
|
@ -1,15 +1,3 @@
|
||||||
# Copyright 2017 BIG VISION LLC ALL RIGHTS RESERVED
|
|
||||||
#
|
|
||||||
# This code is made available to the students of
|
|
||||||
# the online course titled "Computer Vision for Faces"
|
|
||||||
# by Satya Mallick for personal non-commercial use.
|
|
||||||
#
|
|
||||||
# Sharing this code is strictly prohibited without written
|
|
||||||
# permission from Big Vision LLC.
|
|
||||||
#
|
|
||||||
# For licensing and other inquiries, please email
|
|
||||||
# spmallick@bigvisionllc.com
|
|
||||||
#
|
|
||||||
import cv2
|
import cv2
|
||||||
import dlib
|
import dlib
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
|
@ -28,4 +28,4 @@ if __name__ == "__main__":
|
||||||
e = input('Enter your E-Mail:')
|
e = input('Enter your E-Mail:')
|
||||||
p = input('Enter your Phone:')
|
p = input('Enter your Phone:')
|
||||||
a = input('Enter your Address:')
|
a = input('Enter your Address:')
|
||||||
upload_your_face(f, l, e, p, a)
|
upload_your_face(f, l, e, p, a)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -38,4 +38,4 @@ def start():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
DBHelper.set_power("on")
|
DBHelper.set_power("on")
|
||||||
start()
|
start()
|
||||||
|
|
Loading…
Reference in a new issue