I have the msra 10k dataset downloaded but I don't know how to include the dataset in google colab. Either I want to upload the dataset directly from my pc or use any links to feed it google colab but it's not working.
from google.colab import files
import io
import os
uploaded = files.upload()