-
Notifications
You must be signed in to change notification settings - Fork 23
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
Running results #40
Comments
Hi, in general, the calculation of Dice and IoU can be divided into the following situations:
同学你好,一般来说,dice与iou的计算分为如下几种情况:
|
这是来自QQ邮箱的假期自动回复邮件。
你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
checkpoint: pth file obtained after training,such as /your_dir/SAM2-UNet-20.pth checkpoint: 训练完毕后得到的pth文件,例如/your_dir/SAM2-UNet-20.pth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two questions for the author:
First, where are the results such as mIOU and mDice calculated? In Issue #16, you also provided the code. However, due to my limited coding ability, I'm not sure which part of the existing codebase the code you provided should be inserted into.
Second, in the
text.py
file, what paths should be stored in the two parameters--checkpoint
and--test_gt_path
?I would greatly appreciate it if you could help me out. Thank you!
The text was updated successfully, but these errors were encountered: