Gengzigang / PCT

This is an official implementation of our CVPR 2023 paper "Human Pose as Compositional Tokens" (https://arxiv.org/pdf/2303.11638.pdf)
MIT License
311 stars 20 forks source link

Implementing Steps for Your Swin Transformer V2 Backbone #41

Closed Tommy-Hsu closed 1 month ago

Tommy-Hsu commented 1 month ago

Hi @Gengzigang,

I'm really glad you shared this project; it's very inspiring! I'm looking to pre-train the same backbone you implemented but on different datasets. Could you share how you experimented with the backbone model so I can generate different weights?

Thank you!