You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using voxelmorph labels for my mri dataset. I have removed the line "#'use_labels': voxelmorph_labels". then there is an error.
i have run this script.
python main.py seg --gpu 0 --data mri-100unlabeled --aug_tm
File "main.py", line 330, in
exp = segmenter_model.SegmenterTrainer(data_params, arch_params, debug=args.debug)
File "C:\Users\Administrator\Downloads\brainstorm-master\brainstorm-master\src\segmenter_model.py", line 144, in init
flow_epoch = int(int(re.search('(?<=_iter)[0-9]*', self.arch_params['tm_flow_model']).group(0)) / 100)
AttributeError: 'NoneType' object has no attribute 'group'
Please tell me, how to resolve this error.
Is there any way to get the label point of an mri image like voxelmorph?
The text was updated successfully, but these errors were encountered:
I am not using voxelmorph labels for my mri dataset. I have removed the line "#'use_labels': voxelmorph_labels". then there is an error.
i have run this script.
python main.py seg --gpu 0 --data mri-100unlabeled --aug_tm
File "main.py", line 330, in
exp = segmenter_model.SegmenterTrainer(data_params, arch_params, debug=args.debug)
File "C:\Users\Administrator\Downloads\brainstorm-master\brainstorm-master\src\segmenter_model.py", line 144, in init
flow_epoch = int(int(re.search('(?<=_iter)[0-9]*', self.arch_params['tm_flow_model']).group(0)) / 100)
AttributeError: 'NoneType' object has no attribute 'group'
Please tell me, how to resolve this error.
Is there any way to get the label point of an mri image like voxelmorph?
The text was updated successfully, but these errors were encountered: