keras-yolo2
keras-yolo2 copied to clipboard
Link to the pretrained weights for the whole model
The link given in the README is not working. How to have those weights ?
You can use yolov2 weights from darknet, but firstly you need to convert into keras model.
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
@rodrigo2019 has some pretrained waits which work well here.
@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
https://gitlab.com/ml-tools/yolo-pretrained-weights download yolo weights from here.
does anyone get the usable pretrained weight?the link does'n work,so sad!
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 @GANWANSHUI Have you found the pre-trained weights for the whole model?