You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, @Jiangbo-Shi
May I ask for a brief explanation of the data preprocessing method for tissue graph and patch graph? I'm not sure what the correct processing method is.
Best wishes!
The text was updated successfully, but these errors were encountered:
Patch graph is built based on Patch-GCN. The node of the tissue graph is segmented using the SLIC method (skimage.segmentation.slic package) on the resized image. The edge is constructed using the nearest neighbor method. To find the corresponding spatial relations between patches at different magnifications, you can rescale the coordinate into the same magnification.
Hi, @Jiangbo-Shi
Thank you for your reply.
Excuse me again, I would like to confirm whether the patch features were extracted using ResNet50 or other methods in the feature extraction section.
Can you also provide example feature files for these patches and tissues in the script file.
--data_folder_s gastric_pt_staging_20x
--data_folder_l gastric_pt_staging_10x
--tg_file tissue_graph_files_slic
Best wishes!
hi, @Jiangbo-Shi
May I ask for a brief explanation of the data preprocessing method for tissue graph and patch graph? I'm not sure what the correct processing method is.
Best wishes!
The text was updated successfully, but these errors were encountered: