Problem in module to label map

Hello, I have a fiber bundle saved as .vtk, I want it to convert to label volume. The model to label the map takes input as a model and an input volume (what is this? How do you give the volume that specifies the geometry of the model?). If someone knows, please help.

Thank You

Usually you will have a reference MR scan that you want to use as the sampling grid and you use that as the input volume. The output labelmap volume is sampled in that space. You could start with any volume and then use the CropVolume module if you want to specify the exact geometry. There’s also an ImageMaker extension if you want to control it manually.

Hello, I tried using reference volume, but it gives an empty volume. I used dipy library to slove this! Thanks