YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

Where can I download the converted H5 file?

Open tianshangwuyun opened this issue 7 years ago • 8 comments

Where can I download the converted H5 file?

tianshangwuyun avatar Jul 19 '17 03:07 tianshangwuyun

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

YouYouExcellent avatar Jul 24 '17 07:07 YouYouExcellent

on window sys, we can run python yad2k.py yolo.cfg yolo.weights model_data/yolo.h5 to generate the h5 file

Bingohong avatar Dec 13 '17 13:12 Bingohong

Or we could just download it if someone would post it...

SaxonLord avatar Apr 23 '18 23:04 SaxonLord

someone provides the translated weigths, link, code:xgr2 original post

longzee avatar Jun 11 '18 03:06 longzee

python yad2k.py yolo.cfg yolo.weights yolo.h5 Using TensorFlow backend. Traceback (most recent call last): File "yad2k.py", line 24, in from yad2k.models.keras_yolo import (space_to_depth_x2, File "D:\KevinWong\Documents\Python\yad2k.py", line 24, in from yad2k.models.keras_yolo import (space_to_depth_x2, ModuleNotFoundError: No module named 'yad2k.models'; 'yad2k' is not a package

captkkk avatar Jul 18 '18 08:07 captkkk

updated link fo v2 config: https://github.com/pjreddie/darknet/blob/master/cfg/yolov2.cfg

ilyarudyak avatar Jul 31 '18 15:07 ilyarudyak

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 .

SaxonLord avatar Jul 31 '18 21:07 SaxonLord

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?

Antanskas avatar Jun 04 '19 13:06 Antanskas