lincolnhard / openpose-darknet

Openpose implementation using darknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to make openpose.weight for darknet?

diennv opened this issue · comments

Hi lincolnhard,
could you tell me how to make openpose.weight?

I mean how did you convert caffe weights to darknet weights?

The original repos @eyebies mentions doesn't work for openpose models.
So I forked one and made the improvements -> https://github.com/jing-vision/pytorch-caffe-darknet-convert/blob/master/caffe2darknet.py
I can confirm it works for openpose caffe models.

commented

Detection result with darknet is kinda poor compared to the original with caffe.
w/ darknet 35 fps in RTX2070
w/ caffe 14 fps in RTX 2070

Does anyone have the "optimized weight"?