zhengchen1999 / CAT

PyTorch code for our NeurIPS 2022 paper "Cross Aggregation Transformer for Image Restoration"
Apache License 2.0
116 stars 8 forks source link

请问应用在三维图片上应该怎么修改mask的部分 #6

Closed wybAug05 closed 10 months ago

zhengchen1999 commented 1 year ago

Hi. Thanks for your interest in our work.

To apply CAT to 3D images, I think it is not only to modify the mask part (although the model can normally run after modifying the mask). It is also necessary to consider the three-dimensional form of Rwin-SA (about window partition). To implement these parts, you can refer to Video Swin Transformer, which applies (2D) Swin Transformer in 3D Video.

If you have any other problem, please let us know. Thanks.