Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with labels #36

Open
titoriya007 opened this issue Feb 5, 2023 · 0 comments
Open

Problem with labels #36

titoriya007 opened this issue Feb 5, 2023 · 0 comments

Comments

@titoriya007
Copy link

titoriya007 commented Feb 5, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant