AlvinYH / Faster-VoxelPose

Official implementation of Faster VoxelPose: Real-time 3D Human Pose Estimation by Orthographic Projection
MIT License
156 stars 18 forks source link

Where can I find pretrained backbone for Shelf/Campus data? #41

Open lssac7778 opened 7 months ago

lssac7778 commented 7 months ago

Hi, thank you for this great work. I'm trying to run your model on my own data, but I cannot run Shelf/Campus pretrained model because there is no pretrained backbone. The backbone for panoptic has 15 keypoints but Shelf/Campus has 17 keypoints, so I get error if I try to load it under Shelf/Campus config. Could you upload it please?

turtlebot1 commented 7 months ago

@lssac7778 , They do not use a pre-trained backbone for shelf/campus data. They are using the previously annotated data for both these datasets and those annotations can be found in 'actorsGT.mat' and 'pred_{shelf/campus}_maskrcnn_hrnet_coco.pkl'.