ssdevel

Results 3 issues of ssdevel

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 run the command: python train.py --network mobilenet --data-shape 512 --prefix C:\Users\Stefan\Desktop\MXNet\mxnet-ssd-master\output\mobilenet-ssd-512 --train-path C:\Users\Stefan\Desktop\MXNet\mxnet-ssd-master\records\train.rec --val-path C:\Users\Stefan\Desktop\MXNet\mxnet-ssd-master\records\test.rec --num-class 1 --class-names 'billboard' --lr 0.0001 --batch-size 4 --finetune 1 The training doesn't...

Hi, i want to train the inceptionv3 network. I use the following command: python train.py --network inceptionv3 --prefix final\inception\new\ssd --finetune 1 --end-epoch 400 --num-class 1 --class-names billboard --data-shape 512 --num-example...