Apress / computer-vision-projects-with-pytorch

Source Code for "Computer Vision Projects with PyTorch" by Akshay Kulkarni, Adarsha Shivananda, and Nitin Ranjan Sharma
23 stars 17 forks source link

Chapter 7: Where is the dataset #4

Closed andysingal closed 1 year ago

andysingal commented 1 year ago

I was working on Chapter but was not able to find the dataset. Do you think you can provide with the information. Here is the training data: tr_ds_path = "/content/drive/MyDrive/car_img/tr" #Training Images Here is the validation data: vd_ds_path = "/content/drive/MyDrive/car_img/vds" #Validation Images Here is the test data: ts_ds_path = "/content/drive/MyDrive/car_img/ts" #Test Images

nitinranjansharma commented 1 year ago

This is a mixed dataset created from https://www.kaggle.com/competitions/carvana-image-masking-challenge/data this few other class added to let the model figure out whether thats an anomaly or not. You can use fruits360 data along with this to test it out