Adds support for emitting darknet models#409
Adds support for emitting darknet models#409fran6co wants to merge 2 commits intomicrosoft:masterfrom
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.