acl21 / Alphabet_Recognition_Gestures

This python application recognizes alphabet from real time webcam data. The user is allowed to write the alphabet on the screen using an object-of-interest (a water bottle cap in this case).
MIT License
81 stars 26 forks source link

Camera closes automatically #3

Open karki53 opened 5 years ago

karki53 commented 5 years ago

sometimes camera closes automatically whenever i flip the bottol cap or sometimes automaticlly and thows error in line no 85:Assertion failed in funtion cv::counter area..

I think thats why i am not able to predict the output from any model Please help sir i am 3rd yr B tech student doing my project

karki53 commented 5 years ago

Len(CTS) is neaver becoming 0

jaspreetmonga commented 4 years ago

Hi, I am facing same error. Did you find the solution? Thanks!

karki53 commented 4 years ago

Thia is a problem of opencv versiom reduce version of opencv to 3

jaspreetmonga commented 4 years ago

Got the error just now! Now working for latest version .. feels good :) Some lines needed to be replaced. Thanks though!