Cv9527

Results 9 issues of Cv9527

what is the format of darknet to save the weights? is (channel, num, size,size)?

how to modify mxnet/src/regression_output-inl.h according to mxnet_diff.patch?

@Seanlinx 152 line in imdb.py: m_bbox[0], m_bbox[2] = -m_bbox[2], -m_bbox[0]. It seems the box is fliped. does the flip is necessary when training model?

I run your training code in Ubuntu via CPU, but I encounter a problem, the CPU usage is 0 by the procedure, how to solve the problem?

@foreverYoungGitHub could you share the code of generate training data?

I want to use darknet to predict with caffemodel, does darknet support caffemodel? If not, how should I convert the caffemodel to darknet model?

@AlphaQi as I know, mtcnn in cpu is slow, how do you speed it up?

@kpzhang93 mtcnn is slow by CPU, is there any solution to speed it up in real time?