NOTE 📝 This dataset is taken from kaggle.
❗ In this dataset;
There are 4 classes: "cloud", "desert", "green_area" and "water".
While obtaining the data, the Google map snapshots were mixed with the data received from the sensors.
🔸 Cloud
🔸 Desert
🔸 Green Area
🔸 Water
conda create -n torchgpu python=3.6
conda activate torchgpu
You can install pytorch by running the following commands:
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
❗ In order for the command to work, NVIDIA's distributions for cuda packages must be installed on your local env.