mxnet-ssd icon indicating copy to clipboard operation
mxnet-ssd copied to clipboard

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd

Results 95 mxnet-ssd issues
Sort by recently updated
recently updated
newest added

convert symbol/symbol_factory.py to run on python3 ref: https://github.com/zhreshold/mxnet-ssd/issues/232

Warning: using pre-installed version of mxnet may cause unexpected error... (export MXNET_EXAMPLE_SSD_DISABLE_PRE_INSTALLED=1) to prevent loading pre-installed mxnet. Traceback (most recent call last): File "train.py", line 6, in from train.train_net import...

python train.py --num-class 1 --class-name billboard --num-example 936 --train-path records\25_train.rec --val-path records\25_val.rec --gpus 0 --batch-size 16 C:\Users\stefa\Anaconda2\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is...

when I follow the step of training, the results show that: ![image](https://user-images.githubusercontent.com/45227019/54167177-6799c700-44a3-11e9-8269-fa12beab5ae1.png) when epoch = 240 ,mAP is also very low, about 0.02 (batch-saize, lr are defalut). can you give...

python configuration_30_320_20L_4scales_v1.py 训练网络出现错误,找了好久原因还是没有解决,主要有三个错误, **1是** Traceback (most recent call last): File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1623, in simple_bind ctypes.byref(exe_handle))) File "/home/clb/env/lib/python3.5/site-packages/mxnet/base.py", line 253, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [10:27:07] src/storage/storage.cc:119: Compile with USE_CUDA=1...

HELLO, when I run the step of 'Convert model to deploy mode':python demo.py --prefix model/ssd_240_deploy --epoch 0 --deploy I have finished train step on TITAN X。produce 240 epoches。 (I use...

i have some pictures used to train faster-rcnn. it has the only type named 'ship'. but when i use'bash tools/prepare_pascal.sh', error comes to me: saving list to disk... Traceback (most...

this is the commande in the article bash tools/prepare_pascal.sh I'm using python 3 so is it the same coz I have an error

Hi, Thanks for sharing your code. I am trying to train the vgg16 as the instructions. and I've got this error: ` A fatal error occurred in asynchronous engine operation....