fmahoudeau / ShelfNet-Human-Pose-Estimation

Fast and accurate Human Pose Estimation using ShelfNet with PyTorch
113 stars 33 forks source link

Single image example? #2

Open antithing opened 4 years ago

antithing commented 4 years ago

Hi, and thank you for making this code available. Is there an example to run inference on a single image using cv?

Would this be a simple task to implement?

Thanks!

aalzooke commented 4 years ago

Any idea how to run the code using webcam or video??

aalzooke commented 4 years ago

@antithing

antithing commented 4 years ago

@aalzooke I have not figured it out yet. Did you manage to run inference on a single image or Webcam?

antithing commented 4 years ago

@fmahoudeau if you have a second, would you be able to help us out please? What would the approach be to run inference on a single image loaded as cv::Mat?

Thanks again!