nopattern
nopattern
I have the same problem when running "sh ./init.sh". The error is abount bbox.c .Is it generated by code? I can't find it in source code.
pyx file is used by cython. It seems init.sh can't run in linux. Asimple way is to run command "cython %%.pyx" to generate %%.c file, then run "sh ./init.sh".
metoo ,训练数据集能否重新分享一下?
Pass images in __init__() instead of single image,then set next image in _get_batch().
load parms and set to module,then: data = np.reshape(data,(1,3,self.data_shape,self.data_shape)) det_iter = mx.io.NDArrayIter(data) detections = mod.predict(det_iter).asnumpy()
refer to the paper about data augmentation.
@zhreshold I have checked the caffe ssd code , The low map may be caused by data augment. The original caffe has the following order: (1) Image distortion; (2) Image...
@zhreshold _I have tried gluoncv version of this ssd . But the training speed is almost half slow than this version for multiprocess [glouncv issue.](https://github.com/dmlc/gluon-cv/issues/135) Can you give any advice?
I have convert mxnet(1.5.0) to the onnx(1.5.0), the error is: `INFO:root:Converting idx: 3, op: null, name: first-3x3-conv-batchnorm_gamma INFO:root:Converting idx: 4, op: null, name: first-3x3-conv-batchnorm_beta INFO:root:Converting idx: 5, op: null, name:...