google-deepmind / distribution_shift_framework

This repository contains the code of the distribution shift framework presented in A Fine-Grained Analysis on Distribution Shift (Wiles et al., 2022).
Apache License 2.0
82 stars 8 forks source link

Code for Camelyon 17? #2

Open SamitHuang opened 2 years ago

SamitHuang commented 2 years ago

Thanks for the awesome work! Will the code for Camelyon 17 dataset released? Looking forward to it.

flostim commented 2 years ago

Thanks! Yes, we're planning to release the code for the missing datasets as well.

NDOWAH commented 2 years ago

Hi, i am new to open source and i would like to work on this issue. Could someone throw more light on this please?

flostim commented 2 years ago

Hey, sorry that I haven't touched this yet. It is still on my agenda but I haven't been able to get to it.

@NDOWAH Camelyon isn't on TFDS and we can't share it directly for licensing reasons. Basically if someone wants to use it they will need to download the dataset themselves and then add all the functions for it to data_loaders.py so that it is loaded in the same way as the other datasets.

It's probably best if we do this ourselves as it should fit our internal version.

NDOWAH commented 2 years ago

Okay @flostim, thanks for the information.