Haitao Huang

Results 11 comments of Haitao Huang

【队名】:Medical Seger 【序号】:14 【论文】:[nnFormer: Interleaved Transformer for Volumetric Segmentation](https://arxiv.org/pdf/2109.03201) 【状态】:报名 【repo链接】:https://github.com/horacehht/nnFormer_paddle

My environment: ``` cudatoolkit 11.1.1 pytorch 1.8.0 torch-cluster 1.6.0 torch-scatter 2.1.1 torchdrug 0.2.1 ``` `pip install torch-cluster==1.6.0` really works for me. But solving this problem, I have encountered this error....

> Hi, thank you for your interest! CZ means "Central Zone", but this name is not 100% correct, and it should be called central gland instead (as it is called...

> There are two masks per prostate: whole prostate masks and central gland masks. Both of them are provided in `ProstateX_masks.zip` for all patients, so you don't need to worry...

Additionally, I have read two papers written by your team carefully. The content is great!

Today I find cz_mask has **three values** when I used `np.unique(cz_mask)`, [0, 1, 2].Previously u say that radiologists should label central gland and central gland consists of central zone and...

Our team plans to build a full-automatic system for prostate lesion detection like your team. (segmentation first, then detection on the segmentation area)So it seems that we need to build...

> Thanks! It is as you mention: they should segment whole prostate + central gland, or peripheral zone + central gland. Either option is fine since whole prostate = central...

Oh, I found that on the web the dataset's version turns to v4 instead of v2. So If I just used v4 dataset, will it have an effect on the...