lucidrains / vit-pytorch

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there any backbones available that can readily be adapted for dense prediction?

amorehead opened this issue · comments

Hello.

I was wondering, are there any backbones available in this repository that can readily be adapted to the task of dense (i.e., pixel-wise) prediction?

Thank you in advance for your time.