This is the official PyTorch implementation of MAFT (Mask-Attention-Free Transformer) (ICCV 2023). # install attention_rpe_ops cd lib/attention_rpe_ops && python3 setup.py install && cd ../../ # ...