zimenglan

Results 40 issues of zimenglan

recently i want to try multi-scale testing. since the `rpn` network does not support multi-scale or `batchsize > 1`, so i set `batchsize = 1` and loop for multi-scale to...

hi @bharatsingh430, can you tell the difference between the `master` branch and the `coco` branch? thanks.

hi @chuanqi305 , can `gen.py` generate `deploy` without `bn` prototxt? thanks.

i try model.half() and input.half() for speeding up the inference, the time decrease from 65ms to 53ms, although, it does not speed up too much, but i find that the...

hi @tancik since the `fc layer` in `decoder` is too larger (13*13 * 128 * 500 = 10,816,000), so i want use a conv(dim=1024) to increase the dimension and then...

hi @hszhao , why do you set `mult_lr` so large in the succeed conv layers after `conv5_3/relu` layer? e.g. ``` layer { name: "conv6" type: "Convolution" bottom: "conv5_4" top: "conv6"...

what is the differnece of `hrnet.py` between this repo and `HRNet-MaskRCNN-Benchmark` repo?

@tianzhi0549 hi can you tell me what the difference between lstm layer and the one from blvc/caffe? thanks.