Skip to content

Patch feature extraction with Titan #302

@JAAY-AI

Description

@JAAY-AI

In the builder.py file, the code for loading the Titan model is as follows:

        model, _ = titan.return_conch()
        assert target_img_size == 448, 'TITAN is used with 448x448 CONCH v1.5 features'

However, the Titan official documentation states ‘TITAN-preview is a vision-lanuage model trained on CONCH v1.5 patch features with patch size of 512x512 pixels at 20x magnification.’.

Why is there this discrepancy? Furthermore, will the feature extraction results be significantly worse if I perform it on 224x224px patches at a 5x magnification

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions