Dear R&D staff, the blood vessels around the pancreas are very complex and it is very easy to have massive bleeding during surgery. I hope to build a vascular reconstruction model. Is there a good learning tutorial? Thank you.
This may provide some initial guidance for you:
- You need to gather segmentations as training data (I think at least 30 or 40 examples). You can get the data from someone or generate it yourself using Slicer or other tools
- You need to select a good AI model such nnunet or segresnet
- You need to train the model in a computer with powerful GPU
- You need to deploy the trained model for inference on a computer that could have less powerful GPU
HIH