keras-yolo2 icon indicating copy to clipboard operation
keras-yolo2 copied to clipboard

Link to the pretrained weights for the whole model

Open amapic opened this issue 6 years ago • 8 comments
trafficstars

The link given in the README is not working. How to have those weights ?

amapic avatar Dec 20 '18 16:12 amapic

You can use yolov2 weights from darknet, but firstly you need to convert into keras model.

Bergo1305 avatar Dec 21 '18 10:12 Bergo1305

Where can I find weights from darknet ? Sorry I am a beginner. It's not easy when you discover Linux in the same time... haha

amapic avatar Dec 21 '18 19:12 amapic

@rodrigo2019 has some pretrained waits which work well here.

zoecarver avatar Dec 28 '18 18:12 zoecarver

@zoecarver have you tried using these weights? I tried and I'm getting the following error: ValueError: Cannot feed value of shape (425, 1024, 1, 1) for Tensor 'Placeholder_110:0', which has shape '(1, 1, 1024, 55)'

I'm using a Full Yolo model of input size 416

Noam-M avatar Jan 06 '19 19:01 Noam-M

https://gitlab.com/ml-tools/yolo-pretrained-weights download yolo weights from here.

kashyap-dhriti avatar Jan 18 '19 07:01 kashyap-dhriti

does anyone get the usable pretrained weight?the link does'n work,so sad!

GANWANSHUI avatar Mar 13 '19 02:03 GANWANSHUI

So sad all the link about pretrained weight just do not work at all.

ValueError: Cannot feed value of shape (425, 1024, 1, 1) for Tensor u'Placeholder_110:0', which has shape '(1, 1, 1024, 55)'

It seems like the pretrained weight is irrelevant with this model here

lijingpeng avatar May 27 '19 01:05 lijingpeng

@lijingpeng @GANWANSHUI Have you found the pre-trained weights for the whole model?

MuhammadAsadJaved avatar Sep 25 '19 03:09 MuhammadAsadJaved