Improving the accuracy

sir how can i improve the accuracy of my submission i got 84% in my code.
https://drive.google.com/file/d/1GW3RuRZd2NZAT1dS1ZLBxH-H2MXP7hVX/view?usp=sharing
here is my code.

Hey @hiten930, everything seems fine, just little changes in parameters may be needed. Its not feasible at my end to check your code line by line, but yes sure you can take reference from this,

https://drive.google.com/file/d/1CuYiF1nS-PzG0TzoPblKrwD2ix4XKnZR/view?usp=sharing

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

it is almost same code sir !! i also implemented it on live video recorder also but still accuracy is the same.

Hey @hiten930, i checked your code its completely fine, actually there is a flaw in sample submission only, You need to submit image in bgr format, so I made this single change in your cell,

pic = pic[:,:,:-1]
pic=cv2.cvtColor(pic,cv2.COLOR_RGB2BGR)
pic.shape 

Now your code gave me accuracy of 96%. Also i informed the backend team to correct this flaw, will be updated very soon.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush: