CAFFE_SSD
CAFFE_SSD copied to clipboard
Hi, I have some questions. When using fssd_pascar.py, I found that net['fc7_us'] = l.iterp (net['fc7_reduce'],interp_param={'height':38,'width':38}) on line 55 will report an error (AttributeError: Interp_param), if you remove interp_param={'height':38,'width':38}), it will...
Hello, I have some problems when use fssd_pascal.py Maybe you can solve it easily. Thank you very much. zhaoleijie@weco:~/ssd/caffe$ python ./fssd_pascal.py Traceback (most recent call last): File "./fssd_pascal.py", line 464,...
I have an error, when the command "make runtest", can you help me to solve it. E0910 16:01:14.964179 75522 data_transformer.cpp:178] force_color and force_gray only for encoded datum F0910 16:01:14.964378 75522...
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help. _Do not post such requests to Issues._ Doing so interferes with the development of...
Hello, thanks for your great work! In the paper of FSSD, the ablation study shows that concatenation is better than element-wise summation in feature fusion, apart from the experimental results,...
I notice that the model which you train is using fssd frame,but when test time,you test your model by using ssd frame.The AddExtraLayers between ssd and fssd is different.Should I...
Hello, I merge your caffe.proto, the focal loss layer and the multiboxloss layer to my project, complete the compile. However, I meet such a problem AttributeError: type object 'MultiBoxLossParameter' has...
There seem to be two ways of calculating FPS. 1.via the 'time' model of caffe with batch_size = 1: `build/tools/caffe time -model=models/VGGNet/VOC0712/refinedet_vgg16_320x320/deploy.prototxt -gpu=0` 2.get the time interval and estimate the...