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

Suggest: use machine learning to get more precise segmentation #37

Open
Kobe972 opened this issue Mar 24, 2022 · 2 comments
Open

Suggest: use machine learning to get more precise segmentation #37

Kobe972 opened this issue Mar 24, 2022 · 2 comments

Comments

@Kobe972
Copy link

Kobe972 commented Mar 24, 2022

Thresholding method can't segment the dicom precisely, and I guess machine learning may do a good job. It seems that there's no well open sourced repository using machine learning to do the segmentation. It's not difficult to breakthrough and the repository will win much more stars if done this. I'm trying to do so.

@Kobe972 Kobe972 changed the title Recommend: use machine learning to get more precise segmentation Suggest: use machine learning to get more precise segmentation Mar 24, 2022
@dave3d
Copy link
Owner

dave3d commented Mar 29, 2022

I don't have the time or expertise to implement such a change, but I would welcome any contribution.

@xloem
Copy link

xloem commented Aug 24, 2024

What approach did you imagine?

I'm thinking it would be easiest if there were some data that paired 3D scans (or NERFs or photographs or video) with DICOM imagery.

You could maybe also downscale the data and use the upscaled segmentation as training output for the downscaled input.

A first step might be collecting some data, then turning it into raw tensors (arrays). Then maybe it can just be run through a trainer.

I think the best way to represent meshes in machine learning is still undecided in research, I could be wrong, but finding current work around that could be helpful too. NERFs or photographs seem to be pretty common.

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

3 participants