zorrocai

Results 27 comments of zorrocai

Can not unzip the rar file.

@wtliao Yeah, I am confused about it,too. Have you figured it out?

It seems that the residual block in resnet18 is wrong. And residual block in resnet18 consists of two 3*3 kernel size conv.

Actually, I wonder the architecture of your ResNet-Like 27 layers network. How did you design it? And could the 27-layers network with softmax loss trained on CASIA-WebFace produce the accuracy...

It seems that there are some issues from train to image functions. I have tried to train the model,too, and the loss is NAN...and I can't find the reasons at...

the psroi_pooling may have its origin in the original RFCN https://github.com/daijifeng001/caffe-rfcn/blob/4bcfcd104bb0b9f0862e127c71bd845ddf036f14/src/caffe/layers/psroi_pooling_layer.cu this project use the pytorch C++ extension method to bind C++ psroipooling operation into Python. But there is a...

Yeah, I found that the memory used was increased within the training procedure, I set the BATCH_SIZE in cfgs/res101.yml to 1, after 3 epochs memory used is over 22G. I...

I thought it may caused by the absence of crop roi pooling. But I didn't test it.

In the original faster rcnn, it has roi pooling on the predicted rois, if you chose the crop pooling mode, the rois would be resized. I think this resize operation...