Downloading few samples

Downloading few samples  

  By: gowtham_khajjayam on March 19, 2022, 4:56 p.m.

Can someone please tell me how to download sample images from the dataset? Also please tell the size of the dataset. Thank you

Re: Downloading few samples  

  By: mart.vanrijthoven on March 20, 2022, 9:03 a.m.

Dear Gowtham Khajjayam

You can list all data on aws with the following command: aws s3 ls s3://tiger-training/ --no-sign-request

You can also use this to list the data that resides on a deeper level e.g. aws s3 ls s3://tiger-training/wsirois/wsi-level-annotations/images/ --no-sign-request

To download specfic data to your local drive, you can use something like this (assuming you have a local folder called /home/user/tiger-samples/): aws s3 cp s3://tiger-training/wsirois/wsi-level-annotations/images/TC_S01_P000183_C0001_B101.tif /home/user/tiger-samples/ --no-sign-request

The total size of the training data is 106G

Best wishes, Mart

 Last edited by: mart.vanrijthoven on Aug. 15, 2023, 12:56 p.m., edited 1 time in total.