Is the Liver Vessel Segmentation function only available in v1? Or did I overlook this feature in v2
In any case thank you very much for your work, which will be important in my subsequent work on the data preprocessing process!
Correct, the liver vessel segmentation is not yet available in v2.
I found that you have in fact retained the function of liver vessel segmentation in the source code of V2, and I have called out the function of liver vessel segmentation by downloading the weights and modifying the source code of V2, but I got the following error:
If you use this tool please cite: https://pubs.rsna.org/doi/10.1148/ryai.230024
C:\Users\xiaoqianmu.totalsegmentator\nnunet\results
C:\Users\xiaoqianmu.totalsegmentator\nnunet\results
Generating rough body segmentation...
Resampling...
Resampled in 1.03s
Predicting...
100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:03<00:00, 1.19it/s]
Predicted in 15.11s
Resampling...
cropping from (512, 512, 164) to (264, 215, 162)
Predicting...
Traceback (most recent call last):
File "C:\Anaconda\envs\FUXIAN\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Anaconda\envs\FUXIAN\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Anaconda\envs\FUXIAN\Scripts\TotalSegmentator.exe_main.py", line 7, in
Calling the remaining commented code does not work. It is deactivated for a good reason ;). I first have to train a nnunet v2 on the liver vessel data. This did not happen yet.
I completely understand , at the same time I found that the V1 version of the blood vessel segmentation results in more obvious blood vessel breakage phenomenon, but this phenomenon is the current liver blood vessel segmentation of the common difficulties.
if you still need more labeled liver blood vessel data, I strongly recommend the following two datasets, the former of which is publicly available, and the latter seems to need to pay for it 3DIrcadb: https://www.ircad.fr/research/data-sets/liver-segmentation-3d-ircadb-01/ LiVS: https://ieee-dataport.org/documents/liver-vessel-segmentation
Thanks again for your work!