OpenCV with Python | Beginner to Advance
Topics for this course
Installation
Install Python, Pycharm and Opencv00:05:31
Fundamentals
Intermediate Concepts
Projects
A very good tutorial to start learning OpenCV
Excellent, easy to understand
supper
very nice
Simply Excellente!
The explanations are very clear. Everything is working fine.
Thank you very much for sharing this with us!
Awesome !! totally worth learning from here.
Good and easy to understand
Thank you sir for these awesome tutorials... Love form India ?
Excellent.... Almost nailed it for zero knowledge person like me... explained in most simple way.. too good.. Only suggestion.. its hard to locate resources used in videos.. finally I could locate... If at all possible please keep it handy... By the way its just request... I know its too much to ask for free... Thank you Very Much....
?
great tutorials sir....love from India
print("Thanks")
Really A great effort...
Thanks..a lot
C:\Python38\python.exe C:/Users/rahul/PycharmProjects/Face_Recognition_Attendance/Face_Recognition_Attendance.py
['Rahul.jpg']
['Rahul']
Encoding Complete
Traceback (most recent call last):
File "C:/Users/rahul/PycharmProjects/Face_Recognition_Attendance/Face_Recognition_Attendance.py", line 45, in
matches = face_recognition.compare_faces(encodeListKnown, encodeFace)
File "C:\Python38\lib\site-packages\face_recognition\api.py", line 226, in compare_faces
return list(face_distance(known_face_encodings, face_encoding_to_check) <= tolerance)
File "C:\Python38\lib\site-packages\face_recognition\api.py", line 75, in face_distance
return np.linalg.norm(face_encodings - face_to_compare, axis=1)
ValueError: operands could not be broadcast together with shapes (1,0) (128,)
[ WARN:1] global C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-k8sx3e60\opencv\modules\videoio\src\cap_msmf.cpp (435) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback
Process finished with exit code 1
sir i' m getting this error ...how to fix it ?