DD0922 / BKC-Net-pytorch

This repository is for the paper "BKC-Net: Bi-knowledge Contrastive Learning for Renal Tumor Diagnosis on 3D CT images".
3 stars 1 forks source link

Missing code #1

Open tingk415 opened 7 months ago

tingk415 commented 7 months ago

Hello, I am trying to replicate the experiment but found some code missing, would you mind updating them? thanks. image image image

DD0922 commented 7 months ago

Hello, thank you very much for paying attention to my work. RCC3D and CCRCC3D are the instantiated classes of Dataloader in pytorch, they are strongly related to the specific data set In the utils.dataloader_seg files, the image and seg_mask will be returned. In the utils.dataloader_5cls_handrdmdl_Unet and other files, the radiomics features and deep-learning features will be returned. Radiomics features can be calculated by Pyradiomics, deep-learning features can be calculated by Fully-connected layers.