-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi
Thank you for your nice work.
I have a problem when I test your model in my private data.
I set the config path and load the pre-trained model in this way:
net = ViT_seg(config, img_size=224, num_classes=2).cuda()
net.load_from(config)
I inference my CTPA volume slice by slice, but the result seems not right.
I want to confirm:
- if the model is loaded correctly.
- the method of data preprocessing, such as normalization.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels