-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not reproduce Virchow2 segmentation results #733
Comments
Hi @afilt, There are two reasons for the different results, both linked to recent changes:
In the meanwhile, you can either: I'll open an issue to update the documentation & instructions to reproduce the segmentation metrics in the leaderboard, sorry for the confusion. |
Hello @nkaenzig, Thank you for taking the time and providing those details, it is very clear. TASK="consep"
MODEL_NAME="pathology/paige_virchow2" \
NORMALIZE_MEAN="[0.485,0.456,0.406]" \
NORMALIZE_STD="[0.229,0.224,0.225]" \
IN_FEATURES=1280 \
eva predict_fit --config configs/vision/pathology/online/segmentation/${TASK}.yaml ? Thanks a lot ! Last question: how much time do you expect the online configuration to run (e.g. for a ViT-Base) ? |
Hi @afilt,
Yes, almost, you just need to replace The runtimes depend a lot on the size of the ViT architecture & hardware being used. I'd guess that an online evaluation for consep for instance using a ViT-B16 shouldn't take more than 30min running on a A100. |
Thank you @nkaenzig ! |
No major changes for slide/tile classification, only segmentation :) |
Hello !
I'm currently benchmarking some in-house models with
eva
, which is working very smoothly 🥇I get quite low Dice scores on segmentation tasks however (even below Lunit) on Consep and MoNuSAC.
I tried to reproduce Virchow2 results on the screenshot shown here on your website to see whether my models are actually under-performing.
For Virchow2 on Consep I get a G-Dice
0.693 (0.001)
instead of0.723
on the screenshot.For Virchow2 on MoNuSAC I get a G-Dice
0.594 (0.006)
instead of0.713
on the screenshot.Which was
eva
version /main
commit when results were generated ?I'm using
offline/segmentation
configurations, should I switch toonline/segmentation
? FYI, I didn't change the configurations at all and forked the repo last Saturday (commitd0f5a03
). Thanks for your answer !cc @ioangatop @roman807 Could you maybe run it on your side ?
To reproduce (directly taken from here):
The text was updated successfully, but these errors were encountered: