-
Notifications
You must be signed in to change notification settings - Fork 965
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
Adds support for emitting darknet models #409
base: master
Are you sure you want to change the base?
Conversation
Hi @namizzz, I couldn't find a darknet python package for testing it using MMdnn scripts. It's a simple C library so in theory is just enough to have the library somewhere and use ctypes, do you have suggestions how to integrate it to MMdnn? |
Hi @fran6co ,yes! we have https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/examples/darknet/. You can use it. |
7bdaf86
to
ae74ef2
Compare
Hi @fran6co Thanks for the contributeing! Do you have time to finish some unimplement ops in darknet emitter, like "Flatten", "FullyConnected" and "Dropout"? Thanks! |
@kitstar yes, I'm slowly working through the errors in the tests. I'm not sure why it's failing on the SNR for some of them. |
02c4123
to
53deae2
Compare
@kitstar just implemented those extra layers but it's still failing, it seems to be failing even worse now but because of some network issues instead. |
bb24013
to
1c57071
Compare
3347296
to
bf5f342
Compare
bf5f342
to
97ab1e1
Compare
Implements the following layers for darknet:
Having some issues with the testing side, some cases the SNR doesn't agree with the threshold.