allanzelener/YAD2K
A converter that ports the YOLO_v2 real-time object detection neural network from Darknet to Keras format.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
YAD2K implements the YOLO_v2 (You Only Look Once) object detection architecture by converting Darknet model weights and configuration files into Keras format. The converter handles the different layer definitions and weight storage conventions between the two frameworks, enabling users to run YOLO_v2 inference in a Keras/TensorFlow environment. The repository includes test scripts to validate the converted model on images.