Closed hiteshn97 closed 6 years ago
It's the same issue that's handled in issue #25, Please read it carefully. It is mentioned to change line number 62 in the file "_createmodels.py" not "main.py". Please run create_model.py first after making the changes to generate the weight(feature) file("model.yaml") which will be used by "main.py".
I hope the problem is resolved.
Yes, the problem is solved. Thank you. I'd like to ask is how can I increase the confidence level before classifying one as a person, the confidence level it shows is 216, how is it calculated. And to increase the frames processed per second and reduce ram used, will it help to convert it to grayscale as I am doing project using cctv footage for tracking people and not much of ram is available. . ?
I am running your code on Big Bang Theory episode, it's working really well. Will it be possible to detect a sitting human by making alterations to your code?
I would highly recommend you to go through the report of this project prepared by us. This will give you the clear and in-depth understanding of the algorithms and features used. The report can be found here.
I am trying to answer your questions breifly:
Thanx for your reply. I will keep them in mind.
I have read your issue #25 , but my problem still persists.
This is the error, you mentioned to change line 62,
recognizer.save("cont.yaml")
torecognizer.save("model.yaml")
but this is my line 62predict_tuple = recognizer.predict(frame_orginal_grayscale)
I am not able to figure out, what's wrong?