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

mask[mask > XX] = 255, mask[mask <=XX] = 0, is the value of XX an experience value? Does the XX threshold need to be set differently for different graphs? #47

Open
hnulmz3 opened this issue Sep 11, 2023 · 3 comments

Comments

@hnulmz3
Copy link

hnulmz3 commented Sep 11, 2023

mask[mask > XX] = 255, mask[mask <=XX] = 0, is the value of XX an experience value? Does the XX threshold need to be set differently for different graphs?

@LPeng625
Copy link

I think it is because the range of mask is 0-8, here it is set to 4, taking the middle value. And, according to the distribution law of the samples, the threshold can be adjusted appropriately, such as when there are too few positive samples, it can be set to 2.4 or something like that.

@hnulmz3
Copy link
Author

hnulmz3 commented Oct 22, 2023 via email

@LPeng625
Copy link

You're welcome. Looking forward to the author's unique views on this issue.

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

2 participants