Hello,
I was wondering how I can take my FastAI experience further by using custom images datasets that I have constructed myself i.e. using satellite imagery. It’s very similar to the Bear Classifier example, but I’m not downloading the images from Google.
Firstly, I’ve selected my images and labelled them using the PyQt annotation tool.
If I store the different labelled images in separate folders on my C:, how do I then upload them to the FastAI API?
The attached images show the code that I’ve been using for the Bears Classifier. Any suggestions on which I need to change and which is obsolete, please?
Much appreciated.