George Batchkala

Results 15 issues of George Batchkala

Hi, I want to use your pre-trained ResNet models, but I could not find which transforms you used. To be more precise, when using ImageNet pre-trained models on new inputs,...

Make the selection of critical instance consistent with https://github.com/binli123/dsmil-wsi/blob/1e8f11128843e65438c9609267d6ad2d6d190692/train_tcga.py#L47 **Test that the results are the same:** ![test](https://github.com/binli123/dsmil-wsi/assets/46561186/05968ec6-b6c9-456a-bc0c-7b846da78a91)

Training: give bags (one slide = one bag) in a different order every epoch * Shuffling was present but unused (line 35) Testing: remove shuffling since it does not make...

Thank you very much for making the blog post and sharing the code! Can you please explain the code in "3. Data distribution VS Stats distribution"? I do not understand...

- TIA Toolbox version: 1.5.1 - Python version: 3.11.8 - Operating System: CentOS Linux 7 (Core) ### Description In the example notebooks, the files are sometimes downloaded into the `examples`...

A possible solution for the issue https://github.com/TissueImageAnalytics/tiatoolbox/issues/804 **Modification**: Added a flag `ignore_is_tiled_tiff` to the `open()` method of `WSIReader` from `tiatoolbox/wsicore/wsireader.py` **Usecase**: if you know that openslide worked well on your...

bug
enhancement

- TIA Toolbox version: 1.5.1 - Python version: 3.11.8 - Operating System: CentOS Linux 7 (Core) ### Description I have slides scanned with a **Ventana DP200 scanner and saved as...

Dear authors, I ran the [walkthrough notebook](https://github.com/mahmoodlab/UNI/blob/main/notebooks/uni_walkthrough.ipynb), and the model was downloaded twice (see screenshot). 1. I get the symbolic link `assets/ckpts/vit_large_patch16_224.dinov2.uni_mass100k/pytorch_model.bin` pointing to a file in `.cache/huggingface/hub/models--MahmoodLab--UNI/`. 2. The...

Dear authors, `faiss` is unnecessary for using the UNI model unless someone wants to use `uni/downstream/eval_patch_features/protonet.py` and the corresponding part of the walkthrough notebook. I added the link to the...