-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Description
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
Labels
No labels