YAD2K
YAD2K copied to clipboard
Where can I download the converted H5 file?
Where can I download the converted H5 file?
H5 file is created by yad2k.py
wget http://pjreddie.com/media/files/yolo.weights wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg ./yad2k.py yolo.cfg yolo.weights model_data/yolo.h5
on window sys, we can run python yad2k.py yolo.cfg yolo.weights model_data/yolo.h5 to generate the h5 file
Or we could just download it if someone would post it...
someone provides the translated weigths, link, code:xgr2
original post
python yad2k.py yolo.cfg yolo.weights yolo.h5
Using TensorFlow backend.
Traceback (most recent call last):
File "yad2k.py", line 24, in
updated link fo v2 config: https://github.com/pjreddie/darknet/blob/master/cfg/yolov2.cfg
Maybe... yolo.h5 https://drive.google.com/a/spragg.com/file/d/11Q0Zq_bQSusPP8ALA3yeZq9j0yMfMBe-/view?usp=drive_web
On Tue, Jul 31, 2018 at 11:19 AM, ilyarudyak [email protected] wrote:
updated link fo v2 config: https://github.com/pjreddie/darknet/blob/master/cfg/yolov2.cfg
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/allanzelener/YAD2K/issues/57#issuecomment-409258690, or mute the thread https://github.com/notifications/unsubscribe-auth/Ak4Lo-7Tkku5wVHLE-b2-aosZpXBIgKuks5uMHWWgaJpZM4OcLV0 .
File "C:\Users\Sony\Desktop\YOLO in keras\yad2k\yad2k.py", line 241 print(cfg_parser[section]['anchors'], file=f) ^ SyntaxError: invalid syntax
Can domeone help me with this error?