One of the best project I have ever seen in yt. Bro, I have one doubt, which dataset are you using, Compared to transfer learning your architecture working good, can you please provide information, about the dataset please.
Plz make a video from the starting when you are creating folder because I am unable to run this code And I really need this type of project for my final year project so plz help
@@myuriyuganathan2695 I have downloaded opencv, tensor flow and keras . I have installed python extension in vs code and tried to run the program but its not working .
image file is missing in google drive, please add it.
One of the best project I have ever seen in yt.
Bro, I have one doubt, which dataset are you using, Compared to transfer learning your architecture working good, can you please provide information, about the dataset please.
Bro did u find the dataset?
@@karthikmd466 I couldn't but I used his weights :)
life mein aur v project hota h pehli baar project kr raha h kya
@@thepresistence5935 where did you get the dataset from you must have used from somewhere
@@primordial2003 in his github
do you use a pre trained model? or just a sequential model?
DOES THIS USE ANY GLUT OPERATIONS? HOW DO WE MAKE THIS A COMPUTER GRAPHICS SYSTEM?
Bro can you explain the accuracy for the model using OpenCV
Bro it says FileNotFoundError: [WinError 3] The system cannot find the path specified: 'data/train'
Yes will you please share the zip file for the code
I am also getting the same error. Bro were you able to resolve it?
How to resolve this problem??
I ended up using MRL eye dataset and replaced ‘data/train’ by the actual path of the train folder of the dataset from my pc.
You need to specify the correct path of the image that you are using to train the module. Inshort first you need dataset
I have a problem when running a code, the predication of the eye not changing is still open in two cases
Plz make a video from the starting when you are creating folder because I am unable to run this code
And I really need this type of project for my final year project so plz help
Bhai chala tumhara code?
@@Ritik_Gaur nhi
bro...did u made this project by now.....bcoz i am in ur position now
@@bhagathsaicharanmamidisett448 bhai mujhe bhi help chahiya
@@bhagathsaicharanmamidisett448 i am in the same position, kindly help me
hi bro. "sequential obj has no attribute predict_classes error"
how to solve it.
Use tensorflow 2.5 this method won't support in latest.
just change the rpred=predict_classes(r_eye) to
rpred = np.argmax(model.predict(r_eye),axis=-1)
same for lpred.
@@sandhyajuluri6947 i have a problem on data/train (The specified path was not found)
@@sandhyajuluri6947 once it is start running ....it is not stop or end . what should I do?
@@shivanisingh3660 yeah same
can anyone teach me how to train dataset on jupyter notebook
how to stop it
samee bro samee
press buttom (q)
@@nirmalpandey8149 cntrl + q?
bro tell your python and tensorflow versions
yes what about tensor flow ,if u know plz let me know @bantupalli amani
wheres the image file need help
tell us where i run this file on my pc or google colaboratory
You have to run the program in visual studio or window shell
@@myuriyuganathan2695 Hii Mayuri did you run this project ?
@@sanashaikh3238 yes i did...it works great
@@myuriyuganathan2695 I have downloaded opencv, tensor flow and keras . I have installed python extension in vs code and tried to run the program but its not working .
@@sanashaikh3238 no you don't need to do that...you have to install 3.7.6 python version then do as they said in that video
Can someone please explain the function of thicc to me🙏🏾
How to run ???
Move both your legs faster at the same time , you could run . For reference check this link ua-cam.com/video/m-P8ge77FY4/v-deo.html
run run
Ya the image.jpg is missing
buddy ......can u provide me the code ???
Link in description
@@myuriyuganathan2695 how to end the code or close the video
If anyone has run this code pls help having many errors , oh py version:3.10
Sir it is showing error like no module named keras or no module named cv2 I really need this project plz provide me solution for my prblm
You had to install cv2 and keras first in order to run this.
@@msaifbasit kiya pr code run nHi ho raha hai
Bro.. sequential obj has no attribute predict_classes error how to solve it..
Any solution??
@@karunyalmmanuel9240 just change the rpred=predict_classes(r_eye) to
rpred = np.argmax(model.predict(r_eye),axis=-1)
same for lpred.