princeton-vl / pytorch_stacked_hourglass

Pytorch implementation of the ECCV 2016 paper "Stacked Hourglass Networks for Human Pose Estimation"
BSD 3-Clause "New" or "Revised" License
469 stars 94 forks source link

Inference a single image? #22

Closed HongChow closed 3 years ago

HongChow commented 3 years ago

It seems the interface not much convenient to inference a single image for test?

crockwell commented 3 years ago

Yeah there's no demo script -- you could edit the test script for a custom image with a little work though!