Train and Test Labels

#2
by nikhilakrishna - opened

Hi!

I might just not be looking properly, but where are the train/test labels for the images. I downloaded the one part of the train set using the following code:

for i in range(5):
    hf_hub_download(repo_id="osv5m/osv5m", 
                    filename=str(i).zfill(2)+'.zip', 
                    subfolder="images/train", 
                    repo_type='dataset', 
                    local_dir="street_view/datasets/")

I only see the zip file that contains the images. Thanks.

nikhilakrishna changed discussion status to closed
nikhilakrishna changed discussion status to open

Hi, You can find them in the train.csv and test.csv files.

Sign up or log in to comment