Spaces:
Sleeping
Sleeping
File size: 273 Bytes
5ac1897 |
1 2 3 4 5 |
# ViT Backbone
The implementation of ViT backbone comes from [ViTPose](https://github.com/ViTAE-Transformer/ViTPose/blob/d5216452796c90c6bc29f5c5ec0bdba94366768a/mmpose/models/backbones/vit.py#L103).
Meanwhile, we used **the backbone part** of their released checkpoints. |