ViTPose Model #2421
Answered
by
LareinaM
gusmcarreira
asked this question in
General
ViTPose Model
#2421
-
I'm trying to use this config file, "https://github.com/open-mmlab/mmpose/blob/main/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large_8xb64-210e_coco-256x192.py" but in the backbone I don't get the type being "mmcls.VisionTransformer"? Any help, what should I swap it for? Kind regards |
Beta Was this translation helpful? Give feedback.
Answered by
LareinaM
Jun 1, 2023
Replies: 1 comment 1 reply
-
Hi, we use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gusmcarreira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, we use the
VisionTransformer
implemented by mmcls (mmpretrain). Please follow their installation guide.