Keep making content like this, please. This has been extremely helpful. I hope your channel grows ❤️
@UtkarshChaudhary-p4u11 ай бұрын
Thanks a lot man. Was stuck on this for a long time. Literally a life saver.
@ioannago37514 жыл бұрын
You are amazing man ! I have seen the most of your videos and you cover so many subjects. You truly helped me a lot to figure out many questions that I had ! Great job , keep going !
@kajalyadav4246 Жыл бұрын
This one is life saviour. Thank you. I have been going through documentations for hours & found nothing relatable. I was just about to give up for today that's exactly when I found you. You are amazing.
@rajatvardam2787 Жыл бұрын
Exactly what I was looking for. And in multiple ways at that. This content has helped me. Please keep up the good work.
@alierencelik3883 жыл бұрын
Just to say, I have been using PyTorch for 3 years and now I need to use TF. I have to say data loading in PyTorch is soo straightforward. In TF, you need to use TF's tools and prepare your folders accordingly. Thanks for the video.
@HVossi923 жыл бұрын
Awesome, I could not find any good explanation for the validation_split, thanks!
@MaralSheikhzadeh2 жыл бұрын
Thank you. this really helped me create a custom dataset. :)
@ilaydelrey31223 жыл бұрын
this was immensely helpful!
@AladdinPersson4 жыл бұрын
I was inspired and learned the basics of TensorFlow after I completed the TensorFlow specialization on coursera. Personally I think these videos I created give a similar understanding but if you wanna check it out you can. Below you'll find both affiliate and non-affiliate links, the pricing for you is the same but a small commission goes back to the channel if you buy it through the affiliate link which helps me create more future videos. affiliate: bit.ly/3JyvdVK non-affiliate: bit.ly/3qtrK39 Here's the outline for the video: 0:00 - Introduction 0:29 - Images in subfolders 14:03 - Folder with annotation csv 19:15 - All in single folder 24:53 - Ending For loading data that's structured inside of subfolders I also show you two different ways you can do it so that's why that one took a little bit longer than the others! :)
@davidportilla43774 жыл бұрын
thanks a lot! this is the tutorial i need! just new to deep learning , comunity so helpfull
@vuledinh82623 жыл бұрын
very helpful, thank you for this video
@julienserbanescu14843 жыл бұрын
I'm getting this error and i'm wondering what I can do to fix it: ' ValueError: Input 0 of layer dense is incompatible with the layer: expected axis -1 of input shape to have value 6272 but received input with shape [None, 20000]' I am using custom images but it is generally the same as the tutorial one, for the subfolder section. Any help would be appreciated thanks!
@fingerstyledojo3 жыл бұрын
qBittorrent running in the background while using Mullvad VPN, exactly my setup! What a bro :3
@sruthisriram91144 жыл бұрын
In what format are the images of digits stored in your computer. jpg? png?
@jamilahmarramduarte15752 жыл бұрын
is it okay to use this in a many classes?
@gadgetboyplaysmc2 жыл бұрын
Can you show how to resize the image for the "folder with annotation csv" example?
@DizaFebriyan2 жыл бұрын
how to save the train model with this method ?
@aimanjavid84413 жыл бұрын
awsome Thank you so much
@neemaradhalalneema5418 Жыл бұрын
Hi, google colab is showing keras is not defined in keras.sequential
@sadeghkhosravi61542 жыл бұрын
Thank you for this tutorial, when our model have multiple output, how to build database?
@RC-qi6hs4 жыл бұрын
Good content, deserve a sub 🎉
@divyankshah7023 жыл бұрын
Hey Aladdin plz help I am using method 1 for loading custom dataset stored in subfolders. Now, I want to use model.predict() on it but not able to use getting errors. Plz show how to use model.predict() in method 1
@MultiAllan052 жыл бұрын
Great tutorial, Aladdin! Do you know how to create custom TFDS datasets for object detection? It will help me a lot. Thanks!
@afriquemodel23752 жыл бұрын
i m lloking for this tutorial
@eduardofdut2 жыл бұрын
Inside the function read_image, how can you resize the tensor?
@rafaelzinnilopes80523 жыл бұрын
In model fit, didn't you need a y_test and y_train to show that the number you have is 0,1,2,3,4,5,6,7,8 or 9?
@stefano65513 жыл бұрын
hi, if I have a folder with separated images in different folders (train test validation), how can i create a database? thank you
@geordi-gabrielrenauddumoul4492 жыл бұрын
how to create a dataset that you can save and use to train on an other computer ?
@Crimau120003 жыл бұрын
Hey, thanks for the video. Cool explanation. Thought I have a question. How do handle regression problems? All of this tensorflow methods (flow from directory, Image generation) are build for classification probems.
@Crimau120003 жыл бұрын
Hey, thanks very much for the video. I have a question: When you build your dataset throuh maping images loaded with tf.io.readfile....., do you still need to build an image generator for feeding your model as you did in first part of the video?
@jaydevisinghgohigo56463 жыл бұрын
Very good jobdone
@543resident44 жыл бұрын
Hi Aladdin, I've been following your tutorials and they've been excellent so far. Have you ever come across the error 'ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape ()'? I got that error when I tried to load my own dataset with a csv file. Then, I tried downloading your exact code from github, but I still got the same error even when I ran that using the MNIST dataset and csv file that you used in this video. I'm pulling my hair out here, because there's absolutely no logical reason that code which you showed working in the video would suddenly not work on my own machine. If there's any help you could provide, it would be GREATLY appreciated.
@patrickromero87243 жыл бұрын
I have the same problem. Please I need help with this as well :(
@mariuspy Жыл бұрын
I have the same problem, I couldn't figure it out how to solve
@ruvishkarathnayake91254 жыл бұрын
Hi, can we use the same method to split the testing set as well or is this only for the ''training" and "validation" set splitting?
@AladdinPersson4 жыл бұрын
No you can use it to split the test set as well!
@robabmaghbol22473 жыл бұрын
it was great example. where can we get the code and images.
@emilefortier16883 жыл бұрын
Hey Aladdin, I'm making my debut into GANs and was wondering if your guide here would translate well for GAN training. Thanks for the awesome content!
@_ABDULGHANI3 жыл бұрын
thank you for this tutorial, I have a dataset with XML annotation and all the objects inside one folder (person, car, bus, motorcycle) I want to convert this dataset to CSV or any format accepted by PyTorch or Tensorflow do you have any idea how can I convert them? I want to use this dataset to train with faster R-CNN algorithms with Resnet.
@starstenaal5273 жыл бұрын
is validation the same as testing?
@rodizadi95913 жыл бұрын
No, Validation is used to tweak weights as your model is training. Testing data is used to evaluate your model after the training process is complete. You wouldnt want to use validation data for testing because it your model has seen those images before which will play into biases
@RajatSharma-ct6ie4 жыл бұрын
Hi Aladdin, thanks for the wonderful tutorials. I have another requirement in which in have multiple inputs: [ds_1, ds_2] and output as y1 , so ds_train = ([ds_1, ds_2], y1). Also, the augmentation is applied only on ds_1. Where the count of ds_1 & ds_2 is equal. How to pass it in Model.fit ()? Any references or suggestions?
@Cyco2k53 жыл бұрын
Hey, did you ever figure out how to do this? Its is exactly what im trying to do too
@seyeeet80633 жыл бұрын
thanks for the video, It would be very useful if you can covering other important things that are useful for dataloader, such as how to do custom augmentation in the dataloader, how to use stuff like tfrecord, etc that are designed for dataloader and what is theri advantages, how to do dataloader if we have very large dataset (e.g. more than 100K images) thanks
@radualexa37134 жыл бұрын
Hello! It's a very good video...Thank you! Could you tell me how can I upload my own images to predict them with the model I trained, please? I try to find this information an until now I could not find anything about this subject.
@underdog52552 жыл бұрын
My model keep predicting same class everytime and it's not even a class from my datas3t
@ranjithganesan736 Жыл бұрын
How to convert tflite ?
@hamidesmaeilifardi8008 ай бұрын
Good
@meliskara-n6x Жыл бұрын
Are your images grey?
@ambujmittal68243 жыл бұрын
@23:46 In some way? What is that way? 😅
@universe34064 жыл бұрын
Wow, Another video. I am working on it right now. I need some help, my dataset has 5 classes. It detects them perfectly. I have used pre-trained model SSD mobile net_V1. Now the model detects other objects too. I tried removing the fine_tune_checkpoint, Yet it detects other objects like a laptop, Painting, Sometimes, humans too. How can I overcome it?
@AladdinPersson4 жыл бұрын
I'm not really sure sorry, I don't have much experience in object detection, actually researching more about it right now
@bellemarravelo60023 жыл бұрын
NameError Traceback (most recent call last) in 12 13 color_mode='grayscale', ---> 14 batch_size=batch_size, 15 image_size=(img_height, img_width), 16 shuffle=True, NameError: name 'batch_size' is not defined
@bloodraven96223 жыл бұрын
Error : logits and labels must have the same first dimension