├── .gitignore ├── LICENSE ├── README.md └── images ├── Benchmark.png ├── Epoch-AP-S-M-L.png ├── Improvements.png ├── Transformer.png ├── complete.png └── epoch-ap-size.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/README.md -------------------------------------------------------------------------------- /images/Benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/Benchmark.png -------------------------------------------------------------------------------- /images/Epoch-AP-S-M-L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/Epoch-AP-S-M-L.png -------------------------------------------------------------------------------- /images/Improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/Improvements.png -------------------------------------------------------------------------------- /images/Transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/Transformer.png -------------------------------------------------------------------------------- /images/complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/complete.png -------------------------------------------------------------------------------- /images/epoch-ap-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindgarage-shan/transformer_object_detection_survey/HEAD/images/epoch-ap-size.png --------------------------------------------------------------------------------