Viewing a single comment thread. View all comments

redditnit21 OP t1_irmvsly wrote

Thanks for such a good answer and I will keep in mind all you said and start learning basics. I don’t know why other guys are just straight up criticising me. What I did I split the images into 2 folders train and test and then further classified into folders (Class 1 and Class 2). Then I am thinking of using train data generator for training.

1

Street_Excitement_14 t1_irmwhvt wrote

you are welcome. my advice is do not do anything manually, do it with Pandas. ie you can use pandas '.loc' command to filter training data, and write that data to training folder etc. İf stuck at any point, search the internet or ask it. good luck, have a nice day:)

1

redditnit21 OP t1_irmwspv wrote

Just a last question, do you know any good resource to learn the basics for Pandas?

1

redditnit21 OP t1_irn75ut wrote

Thanks a lot man! I am really sorry for asking to write code.

1