I am getting error in opening the haarcascade classifier for nose like, it has some errors in it. I think that the classifier that you have provided has some error in it.
Or i am using wrong method.
I am using following code to get the nose classifier: -
nose_cascade = cv2.CascadeClassifier("./Train/third-party/Nose18x15.xml")
The above code is throwing some error