Skip to content

pre-trained model test #7

@LiGengWan

Description

@LiGengWan

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:

  1. if the model is loaded correctly.
  2. the method of data preprocessing, such as normalization.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions