Skip to content
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

Recall and Precision #171

Open
lixiaocong-svg opened this issue Jun 21, 2021 · 6 comments
Open

Recall and Precision #171

lixiaocong-svg opened this issue Jun 21, 2021 · 6 comments

Comments

@lixiaocong-svg
Copy link

Hello, I used your model for training and found that the Recall and Precision values are very low. Is this normal? The training set I use is celebaA

@Demo122
Copy link

Demo122 commented Jul 4, 2021

Hello, I used your model for training and found that the Recall and Precision values are very low. Is this normal? The training set I use is celebaA

Have you solved it, I also encountered this problem, but I used my own data set

@Ghost0405
Copy link

When I'm training, Recall and Precision is always 1. I haven't modified this part of the code, do you know why?

@Demo122
Copy link

Demo122 commented Mar 31, 2023 via email

@Ghost0405
Copy link

我也没有解决,随后便放弃了

---Original--- From: @.> Date: Fri, Mar 31, 2023 09:27 AM To: @.>; Cc: @.@.>; Subject: Re: [knazeri/edge-connect] Recall and Precision (#171) When I'm training, Recall and Precision is always 1. I haven't modified this part of the code, do you know why? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

好的,谢谢你的回复

@kelvinlmc
Copy link

是不是因为在训练的时候load_edge函数下mask = None if self.training else (1 - mask / 255).astype(np.bool)只要是在训练那么mask始终等于None,也就是说mask在训练阶段不起作用,输入到generateor当中的masks是完整的边缘,没有明白为什么这么设置,不应该是在train的时候是拿破损图像的边缘进行生成吗

@kelvinlmc
Copy link

共同学习可以加个好友不296626103qq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants