Converting darknet pretrained weights to pytorch weights

I want to use the pretrained weights from Darkent library (https://github.com/pjreddie/darknet) in pytorch.

I have made the same network in pytorch, but iam not able to load pretrained weights from darknet .

There is a https://github.com/marvis/pytorch-caffe-darknet-convert but it is removed.

How can i convert the pretrained weights?

Please suggest.