You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: