Damon2019

Results 29 comments of Damon2019

这是自己用代码计算的,网上有很多这种算rgb_mean的代码

@jinfagang @burhanmudassar @1453042287 @kamauz i also want to change 300 to 512 or 500. are you succeed?

> > @jinfagang @burhanmudassar @1453042287 @kamauz > > i also want to change 300 to 512 or 500. are you succeed? > > I stopped working with this repository about...

@kamauz hi , i meet a problem about use pre-trained models and do not use pre-trained models. I don't know how the following parameters should be set. > TRAINABLE_SCOPE: 'base,norm,extras,loc,conf'...

> 你好@ShuangXieIrene和@foreverYoungGitHub 。 > > 谢谢你的贡献。 > > 正如标题所说,什么是“免费图像尺寸”? > > 在.cfg文件中,有以下几种设置。如果我想将IMAGE_SIZE:[300,300]更改为IMAGE_SIZE:[512,512],那么我是否还必须更改其他参数?如果是这样,我怎么能改变那些? > > ``` > MODEL: > SSDS: ssd > NETS: resnet_50 > IMAGE_SIZE: [300, 300] > NUM_CLASSES: 21...

hi,Have you succeeded in supported RFB512_mobilenet

@linshoa hi, I meet this problem , do you solved it? thanks

You should specify the path to the model for example: `python test_RFB.py -d VOC -v RFB_vgg -s 300 -m output/RFB_vgg_VOC_epoches_100.pth`

Then I want to modify basenet in ruinmessi/RFBNet repository from vgg16 to resnet50. In ruinmessi/RFBNet repository,It does not support the resnet50 basenet.I want to add resnet50 basenet but always fail.Do...