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
332 stars 21 forks source link

Implementing Steps for Your Swin Transformer V2 Backbone #41

Closed Tommy-Hsu closed 3 months ago

Tommy-Hsu commented 4 months 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!