YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

Implement the new YOLO v3

Open yonatann opened this issue 6 years ago • 6 comments

Hi,

I love the work you did on YOLO v2.

It would be great if you can implement the new YOLO v3 paper: https://pjreddie.com/media/files/papers/YOLOv3.pdf

Cheers!

yonatann avatar Mar 28 '18 21:03 yonatann

Hello

can i get tutorials how to use it ? i want this keras model to work for object detection of cars please can you guide me ?

VishantVadher avatar Mar 30 '18 14:03 VishantVadher

@VishantVadher , @yonatann , YOLOv3 config and weights are now available here: https://pjreddie.com/darknet/yolo/

Weights: https://pjreddie.com/media/files/yolov3.weights Config: https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg

Unfortunately, the new config files supplies a "shortcut" section which cannot be parsed by yad2k.py . Any ideas?

ktbyte avatar Mar 30 '18 20:03 ktbyte

Lets dig in :D

VishantVadher avatar Mar 31 '18 05:03 VishantVadher

Unfortunately, the new config files supplies a "shortcut" section which cannot be parsed by yad2k.py . Any ideas?

same question

wuyuzhang avatar May 03 '18 00:05 wuyuzhang

Same question. Any solutions?@wuyuzhang @VishantVadher , @yonatann When I tested in YOLO v3 by yad2k.py, it will raise error "Unsupported section header type: shortcut_0"

greatdt avatar Dec 27 '18 08:12 greatdt

Unfortunately, the new config files supplies a "shortcut" section which cannot be parsed by yad2k.py . Any ideas?

same question

Not only "shortcut" part but also "yolo" part will show error because in yad2k.py there is neither section.startswith('shortcut') nor section.startswith('yolo').

srgautam9 avatar Aug 27 '20 20:08 srgautam9