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

How to get cell numbers in a single image? #14

Open
AbidHussain70 opened this issue Nov 3, 2020 · 0 comments
Open

How to get cell numbers in a single image? #14

AbidHussain70 opened this issue Nov 3, 2020 · 0 comments

Comments

@AbidHussain70
Copy link

mean_diff = np.average(np.abs(np.sum(np.sum(A,1),1)-np.sum(np.sum(val_anno,1),1))) / (100.0)

Above line in your code take average of validation images and validation density map images.
How to get number of cells in a single image.

Also I tried single image test by replacing validation images with single image and a single density map of that image, but I got a difference of 154 cells.
Can you please tell me how to verify the code with single image, please.
Thanks

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

1 participant