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

KNN for Cell Graph Construction #5

Closed
sgudaparthi opened this issue Jul 19, 2021 · 1 comment
Closed

KNN for Cell Graph Construction #5

sgudaparthi opened this issue Jul 19, 2021 · 1 comment

Comments

@sgudaparthi
Copy link

I could not find the part in the code where a cell graph is constructed from the histology image (segmented using cGAN). I have two questions in this regard:

  1. Could you point me to the code (maybe line numbers) where edge detection using top-K nearest neighbor is performed?
  2. Is cGAN part of this code? If not, where should I store the instance mask in the file system after performing nuclei segmentation?
@Richarizardd
Copy link
Collaborator

Hi @sgudaparthi, thank you for your interest in our repository.

  1. I just added a Jupyter Notebook w/ example data on how graph construction is done.
  2. cGAN is not part of the code, but can be found in our other code base at: https://github.com/mahmoodlab/NucleiSegmentation

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