can you give me the eye_face_detection code file at 32:19 seconds in the video?
@chinguyenpham82662 жыл бұрын
I don't see the code of the subject " eye_detection" in link github your post
@nibeditadas71952 жыл бұрын
you should paste the codes for others. Or at least the link for the codes will be highly appreciated
@DeepanTechSpace2 жыл бұрын
i have added the link in the description. But if you see the video i have clearly mentioned the github handle from where i have used the code.
@shahperzia11212 жыл бұрын
can't we do Real-time face detection on colab
@DeepanTechSpace2 жыл бұрын
Yes we have an option to do that.. go to snippet and look for camera capture, colab does gives a snippet that will help access the camera
@Noura-rp7ul2 жыл бұрын
thanks sir .. what commands use to read .py files ?
@Athulyanklife2 жыл бұрын
Hi sir , if my dataset is of big size and multi class ..but I want to use only several.classes in that dataset , how can achieve that ? Don't want to manually uploading whole dataset .. Can I use wget and cp.command .. How can. I write that code ? And when I use wget each time when I reconnect the session I shud again load the data right
@DeepanTechSpace2 жыл бұрын
It's better to put it In Google drive so that you can access it anytime..cp and wget are useful but it will be tough to download a big dataset every time....
@Athulyanklife2 жыл бұрын
@@DeepanTechSpace I used wget and cp ..but issue is when session connection lost, only partial is available .. But manually loading dataset to google drive is also herculean task 🤒
@DeepanTechSpace2 жыл бұрын
When compared to loading into colab memory and loosing the data when session disconnects..its better to use gdrive..its very easy to use now a days..
@Athulyanklife2 жыл бұрын
@@DeepanTechSpace okay sir. Then I will manually upload it gdrive. Thank you❤
@Athulyanklife2 жыл бұрын
Sir one more doubt .. In a supervised dataset test and train folders are there ..so while training and validation I should split the train folder and for testing I should use the test folder right ? Because in many videos they have taken in 2 ways 1. Using train folder for training set and validation set 2. Use train folder for training and test folder for validation So I am really confused
@pokpikchan3 жыл бұрын
Very simply explained
@DEFINITE4443 жыл бұрын
Sir how to clone the "releases" of a github repository?
@DeepanTechSpace3 жыл бұрын
You could see a drop down option on the top left of each repo where you can select the desired release and then click for clone to copy the link for the same.
@aibi5532 Жыл бұрын
@@DeepanTechSpace how to open this Google colab?
@DeepanTechSpace Жыл бұрын
Pls check this video kzbin.info/www/bejne/bGOtlISlpdiqZ7M
@pomegranade3 жыл бұрын
great video sir
@sharansrinivasan52363 жыл бұрын
very well explained video!
@Isha-ot6tc3 жыл бұрын
I am getting this error message over and over again, do you have any idea how to solve this? AttributeError Traceback (most recent call last) <ipython-input-46-8c2197468f14> in <module>() 1 2 image_paths = "/content/images" ----> 3 for path in sorted(list(image_paths.list_images(image_paths))): 4 frame = cv2.imread(path) 5 cv2_imshow(frame) AttributeError: 'str' object has no attribute 'list_images' thank you:)
@DeepanTechSpace3 жыл бұрын
The drive might not be mounted properly and also please check if you have some images in the folder named "images"
@Isha-ot6tc3 жыл бұрын
thank you so much!!
@sushmasreeponnala29253 жыл бұрын
We need code sir
@DeepanTechSpace3 жыл бұрын
Please look to my git handle deepanrajm.. where the code is available
@Mr_Nobody6403 жыл бұрын
you saved me! ty!
@AliAli-ow6zw3 жыл бұрын
How unload data from Google drive to Google colab using mobile