wasserth / TotalSegmentator

Tool for robust segmentation of >100 important anatomical structures in CT and MR images
Apache License 2.0
1.55k stars 255 forks source link

About cmd usage #374

Open CugAgo opened 1 month ago

CugAgo commented 1 month ago

I want to know if I run TotalSegmentor-i ct.nii.gz - o segmentation on the command line.Did it call the program /Scripts/TotalSegmentor.exe in my Python environment directory

CugAgo commented 1 month ago

I have configured the license file in my conda environment. If I want to migrate my entire Python environment to another computer without reinstalling the total segmenter, what should I do if I authenticate the license again? Now, there will be an error message saying that I cannot find the Python interpreter because my path has changed compared to installation

CugAgo commented 1 month ago

I have configured the license file in my conda environment. If I want to migrate my entire Python environment to another computer without reinstalling the total segmenter, what should I do if I authenticate the license again? Now, there will be an error message saying that I cannot find the Python interpreter because my path has changed compared to installation

He found the Python interpreter through an absolute path. Is it normal to search for the corresponding exe file through the relative path inside conda