Robust 3D Neuron Tracing / General 3D tree structure extraction in Python for 3D images powered by the Rivulet2 algorithm. Pain-free Install & use in 5 mins.
Hi, I would like to give a suggestion. It is probably necessary to add in the installation instructions additional information to install simpleitk module. I run Ubuntu 18.04 Anaconda (command line client - 1.16.14).
in my case, simple itk could not be added by simply running the command
$ conda install simpleitk anaconda
After installing and running rtrace an error message appeared:
ImportError: No module named 'SimpleITK'
I had to use the command below instead
$ conda install -c simpleitk simpleitk
After that, I was able to succefully run rtrace. I hope this suggestion is useful to others.
Hi, I would like to give a suggestion. It is probably necessary to add in the installation instructions additional information to install
simpleitk
module. I run Ubuntu 18.04 Anaconda (command line client - 1.16.14).in my case, simple itk could not be added by simply running the command
After installing and running
rtrace
an error message appeared:I had to use the command below instead
After that, I was able to succefully run rtrace. I hope this suggestion is useful to others.