NoC (Number of Clicks) for SAM and SAM-HQ
Closed this issue · 4 comments
ChenyiZhang007 commented
how the NoC (Number of Clicks) for SAM and SAM-HQ is tested, is the get_next_point() function used during testing the same as in segnext?
or any existing code available?
qinliuliuqin commented
I uploaded my evaluation script for SAM: https://github.com/uncbiag/SegNext/blob/main/notebooks/eval_sam.ipynb
ChenyiZhang007 commented
thanks a lot
Z-MU-Z commented
Hi, Thanks for your wonderful work! I also run the eval_sam scripts, my results is below
NoC@90 = 5.147826086956521
NoC@95 = 10.785507246376811
NoF@95 = 150
5-mIoU = 0.9091643193449243,
why there is a little difference
qinliuliuqin commented
@qinliuliuqin The results may differ slightly given different versions of PyTorch and other packages. Did you use python=3.10, torch=2.2.0, torchvision=0.17.0?