/swin-transformer-cpp

Swin Transformer C++ Implementation

Primary LanguageC++

Swin Transformer Implementation of C++

reference: https://github.com/berniwal/swin-transformer-pytorch

This is Swin Transformer C++ Implementation, inspired by swin-transformer-pytorch.

The official Pytorch Implementation can be found in https://github.com/microsoft/Swin-Transformer

Structure

swin-transformer

Build and Run

Linux required, cmake(version 3.16 and higher), make

build:

git clone https://github.com/dianhsu/swin-transformer-cpp
cd swin-transformer-cpp
mkdir build
cd build
cmake ..
make

run:

./swin-transformer-cpp