CCNet-Pure-Pytorch icon indicating copy to clipboard operation
CCNet-Pure-Pytorch copied to clipboard

Criss-Cross Attention (2d&3d) for Semantic Segmentation in pure Pytorch with a faster and more precise implementation.

Results 14 CCNet-Pure-Pytorch issues
Sort by recently updated
recently updated
newest added

您好,感谢您的代码实现。有些疑问想请教您一下: 1. 网络最后的return[x, x_dsn]是什么意思,返回一个list?在论文中,最后不该是一个cat吗? 2. 网络最后的输出,如果不经过上采样的话,如何恢复原图大小?

have you compared the moiu between your cc.py and the original code on cityscapes ??? becauese i have test your cc.py,and .....

![图片](https://github.com/Serge-weihao/CCNet-Pure-Pytorch/assets/66677296/5dc27034-6fc7-4130-8c3e-0ce833a46a35)

can anyone explain what is different between CrissCrossAttention3D, CrissCrossAttention3D1, CrissCrossAttention3D2 ?? Thanks