Bel

Results 2 comments of Bel

@jun297 May be too late but it seems like it's because of the **config**. Vitpose+ has associate_keypoint_heads which is the decoders for different representations(COCO, MPII, etc...), but the [configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/ViTPose_base_coco_256x192.py](https://github.com/ViTAE-Transformer/ViTPose/blob/main/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/ViTPose_base_coco_256x192.py) doesn't...

If you are using `demo/top_down_img_demo.py` you need to add the .json gt file that's coco formatted and give parameter --img-root the folder containing images with the same id as .json...