Implementation of PanoSwin Transformer

June 9, 2023 ยท View on GitHub

This is code for CVPR23 submission "PanoSwin: a Pano-style Swin Transformer for Panorama Understanding".

The code is based on https://github.com/SwinTransformer/Swin-Transformer-Object-Detection. This repo is still a mess. We will soon make it clean and clear.

But you can check mmdet/models/backbones/simple_panoswin_transformer.py for the main code.

A figure that might help understand the implementation