Good and appreciable work sir!!!.someday if possible sir please make a video on how to train HAAR cascade classifier XML files for the detection of a particular(example) object.
@YassirElayadi5 жыл бұрын
is there any detailed ressource about Haar-cascade algorithm, I want to implement it from scratch in Python ?
@subramanyak61874 жыл бұрын
Yeah I am also!! Did you find out how to do that?
@MithileshDSCS4 жыл бұрын
Hey krish could you please explain what is opencv used for and what are cnn's used for? Arent both for image classification?
@ishaangupta28304 жыл бұрын
why we converted the image to gray?
@DeepakKumar-uz4xy5 жыл бұрын
what is the use of 1.3 and 5 in face variable that contain as an argument
@algorithmsguide50765 жыл бұрын
@Krish Naik Can you explain why we are using 1.3 and 5 ? More people having the same question..
@algorithmsguide50765 жыл бұрын
@Deepak 1.3 is scale factor and 5 is min neighbors,.. please look for github repo.. krish explained.
@Core_Programming3 жыл бұрын
THANK YOU FOR THIS PLAYLIST :)
@Sagar_Tachtode_7774 жыл бұрын
your post very valuable knowledge... Thank you!!!!
@subbareddy70084 жыл бұрын
where we get the data set please share the link if u have
@alinajoseph70253 жыл бұрын
Is Haar-cascade only for face?
@krishnamitabanerjee43514 жыл бұрын
Can I detect pipe leakage using Haar Cascade sir?
@Sagar_Tachtode_7774 жыл бұрын
What to do i want to detect PAN Card and Crop it ??
@nanigadupudi8805 жыл бұрын
Great video bro , but i want to iterate loop and save eye features (pixels) using haarcascade classifier by using this i'm able to detect for one image but i'm not able to iterate loop but it showing no image found , is their any solution please let me know
@louerleseigneur45323 жыл бұрын
Thanks Krish
@suvigyabhardwaj97144 жыл бұрын
hi sir, that eye classifier file is creating ruckus in my system. everytime i run the code the face gets detected but as i press any key or enter key for eye detection the kernel dies, plz help me sir
@saurabhkatiyar49885 жыл бұрын
why is it unable to recognize more than 3 faces in a group picture?
@ijeffking6 жыл бұрын
Thank you Krish. Is this the start of the CV paylist that you had mentioned earlier ?
@krishnaik066 жыл бұрын
Hey Jeff,please check my playlist I have made a playlist on computer Vision Tutorial
@sethvishu4 жыл бұрын
when i am using imread function i get this error but 2/10 times it runs the same code . what the problem ? pic = cv2.imread ("C:\\Users\\91920\\Pictures\\pic1.PNG",0) print(type(pic)) output - cv2.imshow("image",pic) cv2.waitKey(0) cv2.destroyAllWindows() output - error: OpenCV(4.3.0) ..\modules\highgui\src\window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
@MrAvadhanula5 жыл бұрын
error: OpenCV(3.4.5) /io/opencv/modules/imgproc/src/color.cpp:181: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor' sir please explain how to overcome this error (linux os)
@alphonseinbaraj76025 жыл бұрын
i got same error . idont know to clear that ..Please if any one knows ..please help me and refer
@MrAvadhanula5 жыл бұрын
@@alphonseinbaraj7602 please try running it in terminal (.py) file
@rohitborra25074 жыл бұрын
@@alphonseinbaraj7602 same error plz help
@rohitjyoti90715 жыл бұрын
Nice video
@priyankanagpal22075 жыл бұрын
code returns no face found though image is loaded
@krishnaik065 жыл бұрын
Please try with different images.id the images are not good the face might not get recognized
@priyankanagpal22075 жыл бұрын
@@krishnaik06 it worked by changing values of detectMultiScale according to image.
@chiragagrawal71044 жыл бұрын
this haar cascade is not detecting every faces and eyes