jacky4323

Results 15 comments of jacky4323

Hi @zhreshold Does it have some darknet pretrained model? (not only yolov3 due to its complexity) Could you please add some lightweight pretrained model in this direction? I think some...

ok thanks for suggestions, I will try . I have trained mobilenet SSD in the past, Shall I fix the parameters in mobilenetv2 and finetune ssd network? or some important...

Hi , @liangfu I have train on pascol voc dataset , it just can achieve 68 mAP , what is the limit of this model?(75%、80%?) thanks!!

I am still training now , I'm not very rigorous to tune the parameters, so after training complete I will back :) I also notice that mxnet gluon model zoo...

I have downloaded the models in the models folder. in the begining,the performance isn't good at PacolVoc,now I strictly tune the parameters and still training the model now so I...

Hi @liangfu thanks for your kindness, I think it will be very helpful !!

@liangfu Hi, I'm back :) I use https://github.com/zhreshold/mxnet-ssd to train mobilenetv2 model but in input data shape 300x300 and initialize learning rate 0.002 and scale 0.1 it at epoch 80...

Hi, seq-5-block0-exp-batchnorm、last-1x1-conv-batchnorm and four extra layers(all these layers is depthwise followed by 1 × 1 projection) to feed into detection layers(prediction confidence and location use normal convolution) ![image](https://user-images.githubusercontent.com/31586393/43695124-509a81e2-9969-11e8-9685-d8bd9d588a29.png) What is...

Hi @zhreshold , I copy yolo_output* to my own mxnet and use cmake to build and I comment #import tools.find_mxnet in line2 demo.py then get below errors Could you please...

Hi @insanegtp , I copy src/.... yolo_output* to my own mxnet and use cmake to build and I comment #import tools.find_mxnet in line2 demo.py then get below errors,Did you meet...