Roland Daynauth

Results 2 comments of Roland Daynauth

I've been having the same issue too. I've seen a notable loss in accuracy with the conversion from darknet to keras and this may have been propagated onto the edge...

Go to line 322 where this block of code is in mobilenetv2ssd.cpp ``` // classification header 0 tk::dnn::Layer *header_0[1] = {&relu_14_1}; tk::dnn::Route rout_ch_0(&net, header_0, 1); tk::dnn::Conv2d ch_0_conv1(&net, 576, 3, 3,...