is it possible to know the direction in which he is looking? For example top, bottom, right or left? Thank you
@sudiptachatterjee58623 жыл бұрын
please sir, how can we detect that in which way user want to see ??
@sandeepbhat89333 жыл бұрын
Nice
@wadaajmal56973 жыл бұрын
Is it possible to set alarm if user sees left or right alarm generated
@informationDesigner4 жыл бұрын
Is it possible to measure the angle of the eye's gaze so that it appears at every moment?
@AJAYRAJ-qz8nc4 жыл бұрын
Which algorithm is used for face detection
@jadhavsuyu4 жыл бұрын
Hello sir can you please tell me how to Calculate the number of minutes User’s eyes were in the center?
@ramisharanik90874 жыл бұрын
Effective
@samanderson48813 жыл бұрын
left_eye_region = [ (landmarks.part(i).x, landmarks.part(i).y) for i in range(36,42)]
@furkaneren9415 жыл бұрын
hi when ı write np.int32 on pycharm, pycharm is not working for array.
@cevdetselcuk3243 жыл бұрын
hi, you can forget to put ',' between lines
@sherryacademy67955 жыл бұрын
where is the next video ? to detect the gaze??
@palashsharma36865 жыл бұрын
I am getting the following error, how can I resolve this? threshold_eye = cv2.resize(threshold_eye, None, fx=5, fy=5) cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\imgproc\src esize.cpp:3718: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
@shambhaviaggarwal99774 жыл бұрын
I am getting the same error too
@riffaxelerator72994 жыл бұрын
I got similar but fixed. I opened using terminal and went cd Desktop/pysource/ once I was in the directory via terminal then I dragged in the python script by going python detect_1.py or whatever it was called. This worked for me, the problem was when I was in Desktop or Users and tried to link to the python file (or drag the file to terminal) it didn't work, I had to change directories to where the python file is. Hope this helps!
@tech-genius3 жыл бұрын
Can someone post the code here? I can't find it
@abolfazlfekri50353 жыл бұрын
Hi, please help me. when I use "np.zeros" and "bitwise_and" i have this error: ror: (-215:Assertion failed) (mtype == CV_8U || mtype == CV_8S) && _mask.sameSize(*psrc1) in function 'cv::binary_op' I've done exactly what you did in the tutorial.
@abolfazlfekri50353 жыл бұрын
solved, thank you (I didn't delete that if someone face the same problem, I could help)
@iamrrricardo2 жыл бұрын
@@abolfazlfekri5035 hi I have error with the second part, do you mind to tell me how you solved the bit wised error? Thank you!
@aakritibector56193 жыл бұрын
At break there is error in 85 line
@samilcakmak86152 жыл бұрын
cv2.polylines(mask, [left_eye_region], True, 255, 2) NameError: name 'left_eye_region' is not defined
@ashtheproducer2 жыл бұрын
ulem Şamil Çakmak ulennnnn
@studyroy48325 жыл бұрын
mask = np.zeros((height, width), np.unit8) AttributeError: module 'numpy' has no attribute 'unit8' solve the error plz