Moore-AnimateAnyone icon indicating copy to clipboard operation
Moore-AnimateAnyone copied to clipboard

3D Computation Clarity in unet_3d, resnet_3d, and transform_3d

Open chenxinhua opened this issue 1 year ago • 1 comments

I have a question: unet_3d, resnet_3d, and transform_3d only deal with dimensional transformations, yet there is no indication anywhere that 3D computation is necessary.

chenxinhua avatar Jan 15 '24 12:01 chenxinhua

In stage2, motion module will be inserted into the 3d unet. This will perform temporal self-attention, which differs from 2d unet. So we keep them seperately.

lixunsong avatar Jan 15 '24 13:01 lixunsong