Skip to content

An unmodified fork of the SwinT_detectron2 repo (original: https://github.com/xiaohu2015/SwinT_detectron2) for Zenodo archiving, citation in manuscript for a project (MCSitar/colab_zirc_dims) that uses repo code.

License

Notifications You must be signed in to change notification settings

MCSitar/SwinT_detectron2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwinT_detectron2

Swin Transformer for Object Detection by detectron2

This repo contains the supported code and configuration files to reproduce object detection results of Swin Transformer. It is based on detectron2.

Results and Models

RetinaNet

Backbone Pretrain Lr Schd box mAP mask mAP #params FLOPs config log model
Swin-T ImageNet-1K 3x 44.6 - - - config - model

Faster R-CNN

Backbone Pretrain Lr Schd box mAP mask mAP #params FLOPs config log model
Swin-T FPN ImageNet-1K 3x 45.1 - - - config - model

Mask R-CNN

Backbone Pretrain Lr Schd box mAP mask mAP #params FLOPs config log model
Swin-T FPN ImageNet-1K 3x 45.5 41.8 - - config - model

The mask mAP (41.8 vs 41.6) is same as the mmdetection, but box mAP is worse (45.5 vs 46.0)

Usage

Please refer to get_started.md for installation and dataset preparation.

note: you need convert the original pretrained weights to d2 format by convert_to_d2.py

References

About

An unmodified fork of the SwinT_detectron2 repo (original: https://github.com/xiaohu2015/SwinT_detectron2) for Zenodo archiving, citation in manuscript for a project (MCSitar/colab_zirc_dims) that uses repo code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%