Beckschen / 3D-TransUNet

This is the official repository for the paper "3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers"
Apache License 2.0
182 stars 10 forks source link

Unresolvable import #23

Open adriamm98 opened 6 months ago

adriamm98 commented 6 months ago

Dear, In nn_transunet.networks.transunet3d_model, line 497, you have an internal import pointing to an unexisting file: from .mask2former_modeling.transformer_decoder.maskformer_transformer_decoder3d import StandardTransformerDecoder I thought it may be something like a typo and the right one was .mask2former_modeling.transformer_decoder.mask2former_transformer_decoder3d but I've seen that this file has no StandardTransformerDecoder class so it is not Thanks