Rubics-Xuan / TransBTS

This repo provides the official code for : 1) TransBTS: Multimodal Brain Tumor Segmentation Using Transformer (https://arxiv.org/abs/2103.04430) , accepted by MICCAI2021. 2) TransBTSV2: Towards Better and More Efficient Volumetric Segmentation of Medical Images(https://arxiv.org/abs/2201.12785).
Apache License 2.0
386 stars 81 forks source link

Some questions about the paper #23

Open EricKani opened 3 years ago

EricKani commented 3 years ago

Hi, I have read your paper "TransBTS: Multimodal Brain Tumor Segmentation Using Transformer", which implements transformer module in 3D medical image segmentation task. This task is absorbing, and I have some questions to ask: 1) Why are there no experiments of TransUnet and nnUnet in Table? 2) How many iterations in one epoch? Because I see 8000 epoch in your experiments. It's a little large for me. How many time will an experiment with 8000 epoch cost?

Best, Eric