Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between yad2k.py and yad2k/models/keras_yolo.py? #176

Open
goodwillyoga opened this issue Dec 17, 2019 · 0 comments
Open

Difference between yad2k.py and yad2k/models/keras_yolo.py? #176

goodwillyoga opened this issue Dec 17, 2019 · 0 comments

Comments

@goodwillyoga
Copy link

Greetings!

Hopefully, someone would be able to help me understand the difference between yad2k.py vs keras_yolo.py.

On the onset, it seems like yad2k.py reads Darknet19 config and weights and creates Keras model with TF backend whereas keras_yolo.py creates the YOLO_v2 Model Defined in Keras.

In keras_yolo.py the library is using partial, func_tools to extend Kera's Conv2D and define convenient methods that return a compose layers equivalent to Darkent config sections like DarknetConv2D, DarknetConv2D_BN_Leaky, darknet_body.

Anything that adds more to understand will be very helpful. It's interesting that both files were initially checked in on Feb 14th, 2017 (must be a lucky day :-))

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant