YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

YAD2K: Yet Another Darknet 2 Keras

Results 101 YAD2K issues
Sort by recently updated
recently updated
newest added

I ran yad2k.py after installing the YOLOv2 608x608 weights and configs, and creating a h5 file. However, I seem to encounter this issue when I run yad2k.py and I'm not...

i use ‘python yad2k.py yolov3-tiny.cfg yolov3-tiny.weights model_data/yolov3-tiny.h5’ .But Throw an exception: Parsing section yolo_0 Traceback (most recent call last): File "yad2k.py", line 270, in _main(parser.parse_args()) File "yad2k.py", line 249, in...

Does this work for yolo9000? I cant make it work right now

Hi everyone, I'm just a newbie in deep learning and I have some problems when running environment.yml as below. Does anyone know why it happens and how to fix it?...

[https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg](url) This link which is used in ` wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg` under Quick Start no longer exists.

Hello, thank so much for this work. just the link to download the cfg file doesn't work. wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg `wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg --2020-09-11 07:35:19-- https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133,...

I guess I'm used to C# projects where usually you open a solution and it just works, but apparently python works different. However when I'm following the Installation steps they...

hi, after downloaded `yolo9000.weights` (and `yolo9000.cfg`) from the original `darknet` repository I converted it to `h5` file via `yad2k.py`. when running this mode; with `test_yolo.py` on your test images I'm...

for keras_yolo.py line 32 ini space_to_depth_x2 After running python yad2k.py yolo.cfg yolo.weights model_data/yolo.h5 What is the solution to this?

I trained my own detector using original darknet code. It works nice on the original code, when i'm trying to convert to yad2k format using the tutorial in the homepage...