jimtalksdata

Results 3 comments of jimtalksdata

The current gen mid-capacity DP200 scanner produces these sorts of files (when set to BIF format). https://diagnostics.roche.com/global/en/products/instruments/ventana-dp-200-slide-scanner-research.html Agree on merging this pull request. Only changes the appropriate file and one...

Something like this would fix it, no? Pass in **gpuinfo** when it is called in main.py. ``` def load_model_from_config(config, gpuinfo, ckpt, verbose=False): print(f"Loading model from {ckpt}") pl_sd = torch.load(ckpt, map_location="cpu")...

Dug a little into this. In the tif file, the image data is defined in 4 dimensions, as follows. The 15 here is the number of z-levels. print(z_image.shape) (15, 14336,...