Hello, when i try to run your code "convert_data", i find two problems:
the parameter new_size were not defined,
the code ""contour['name'] = structure.StructureSetROISequence[i].ROIName"" in read_structure show that AttributeError: 'FileDataset' object has no attribute 'ROIContourSequence'? i tried to use the train data, test data and offline test data, which all show this problem?
would you help me to solve this problem, thanks so much!
Hello, when i try to run your code "convert_data", i find two problems: