basveeling / pcam

The PatchCamelyon (PCam) deep learning classification benchmark.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is the data order RGB or BGR?

yaoliUoA opened this issue · comments

seems like RGB to me. I extracted the data as individual PNGs and visualized them.

commented

@kaczmarj hello!can you tell me how extract the img from h5!Please,man.

@zs1314 - use the load_data() function in this repo:

def load_data():

and if you want to do it without this repo's code, use the h5py package.