-
I'm attempting to reproduce the results on the Camelyon16 dataset, but I'm obtaining an accuracy rate of around 78%-80%, which is approximately 10 percent lower than the reported accuracy in the paper…
-
Dear authors,
Thanks for your work! A simple question: why do we need a dino_scratch.pth for training DINO from scratch? Isn't it from scratch?
Running case:"
python compute_feats.py \
--embed…
-
First of all, thank you for your work.
I read your paper. I saw that you wrote an experiment on localization( FROC) of camelyon16 dataset in your paper. Then I didn't read about localization work in …
-
Hi,
I saw the thread regarding camelyon16 weights. I can see in the shared drive weights with embedder_v-1 and embedder_v-2. Can you please describe what each one is? Is the v1 for 5x and v2 for 20…
-
@szc19990412
Thank you very much for your excellent work, it has given me a lot of inspiration. However I had some problems reproducing the results mentioned in your paper. I browsed through the pre…
-
I looked through the paper. I am wondering why there is no experiments of MIL training on public dataset and testing on public dataset? Thanks.
-
i have come across unexpected behavior when reading a tile from the CAMELYON16 dataset, slide `test_019.tif`. please see code to reproduce below.
download image `test_019.tif` using:
```
# pyth…
-
Hello, thank you for your excellent work!
Earlier I tried to reproduce the results of Camelyon16, I used a total of 271 training sets, batch size 512 to train simclr for 3 days and train the aggregat…
-
HI,
I am trying to reproduce your results for Camelyon 16. Can you please confirm the settings for features creation?
I am using deepzoom_tiler.py with following settings:
parser.add_argu…
-
I am trying to reproduce the results from the paper using the code provided in this repository. However, I am encountering significantly lower scores than those reported in the paper for the TCGA-Lung…