This repository was archived by the owner on May 15, 2023. It is now read-only.
  
  
  
  
  
Description
I get the following error when I run the organize_folder_structure.py:
Traceback (most recent call last):
File "C:/Users/Desktop/code/3D-CycleGan-Pytorch-MedImaging-main/organize_folder_structure.py", line 157, in 
reference_image = resample_sitk_image(reference_image, spacing=args.resolution, interpolator='linear')
File "C:\Users\Desktop\code\3D-CycleGan-Pytorch-MedImaging-main\utils\NiftiDataset.py", line 189, in resample_sitk_image
orig_pixelid)
TypeError: Execute() takes 2 positional arguments but 10 were given
and how should I fix it?
Thank you!