ConTNet icon indicating copy to clipboard operation
ConTNet copied to clipboard

This repo contains the code of "ConTNet: Why not use convolution and transformer at the same time?"

Results 7 ConTNet issues
Sort by recently updated
recently updated
newest added

Thanks for your great job! I tried to load your pretrained model of ImageNet to train ConTNet on my own dataset, but there is only a tensor in your two...

你好,我将这个仓库的网络,自己改编到mmdet中,可以运行,训练数据也正常,但是val的map全部为零,调整学习率也没有用,网络结构基本没动。请问能不能发布下您的mmdet版本的代码。这是我的邮箱[email protected]。感谢!!

Hi, thank you for sharing this awesome work! I'm trying to reproduce the result of ConTNet-Tiny*(74.9) with this code. But my result is very low (60.85). I used the following...

I am very interested in your work, when applying on fasterrcnn, I saw the margin padding for images with different resolutions (not divisible by patch_size) as you mentioned in the...

In the summation of residual and identity, there is a dimensional mismatch, and after debugging, it is found that the dimensions will be different after transformer, how to solve this...

batch_size默认512,有必要这么大吗?什么配置能支持这么大