PCRLv2 icon indicating copy to clipboard operation
PCRLv2 copied to clipboard

An official implementation of PCRLv2 (pre-training and fine-tuning code are included).

Results 11 PCRLv2 issues
Sort by recently updated
recently updated
newest added

感谢您的出色工作! 我们如何对 LUNA 数据集进行半监督微调?以及微调后的评价指标如何获得?

The files needed to create the dataset for finetuning on LUNA are missing (luna_finetune_test.txt and luna_finetune_val.txt). Is it possible to upload them?

There is code for finetuning (train+val) on BraTS, but there is no testing code so as to evaluate the model on the test set using the dice similarity as done...

pcrlv2_brats_finetune Traceback (most recent call last): File "/home/lcl/PCRLv2/main.py", line 46, in data_loader = get_dataloader(args) File "/home/lcl/PCRLv2/main.py", line 17, in get_dataloader dataloader = getattr(generator, loader_name)() AttributeError: 'DataGenerator' object has no attribute...

Thanks for your nice work! How can we conduct semi-supervised finetuning on the LUNA dataset?

Dear authors: This is great work, which makes me learn much. However, I find some differences between the paper and the source code. Specifically, in your paper, you said the...

Hello author, thank you for this great article. I didn't find the index to evaluate the accuracy in the process of running the code. Did I miss it? And my...

Thanks for your impressive work! After implment the 3D pretrain on LUNA dataset, would you mind provide the LUNA classification tasks code for evaluation?

Thank you for the excellent work and for releasing it. I wonder how the train txt is generated for LUNA, because in the code you already divide the train/val set...

Dear author, is there no code for calculating dice coefficients in this code?