galliot-us / PifPaf-TensorRT-Pose-Estimation

43 stars 18 forks source link

how to get cif_meta.pkl and caf_meta.pkl #6

Closed jagdishbhanushali closed 1 year ago

jagdishbhanushali commented 3 years ago

Hello, Great work for creating scripts and helping to generate. Recently openpifpaf have release v0.13.0. I am trying to get this thing working using tensorrt, but seems like I have to generate cif, caf metas. Could you please tell, how you got those metas.

Thank you, Jagdish Bhanushali

ledinhtri97 commented 2 years ago

+1

thancaocuong commented 2 years ago

@jagdishbhanushali you can generate it by loading the dataset and then save them as pkl files. You can find them in cocokp.py inside the plugins/coco directory.