Bilinear-CNN-TensorFlow
Bilinear-CNN-TensorFlow copied to clipboard
can any one tell me what the location means in the paper?
in the paper, it says "we refer to lacations generally, which can include position and scale",i do not know what it means?
From this line: Bilinear-CNN-TensorFlow/core/bcnn_finetuning.py#L226 as for VGG, I think each "location" corresponds to each pixel in the last feature map. More generally, one location can correspond to one pixel or a patch of pixels (larger scale). Correct me if i'm wrong.
yes, got it, thx!
hello, I still have a problem. After running the second part of the whole model, I will finish training. It seems that the final model is not saved in the code. Why is this done in the absence of the training model? Can you give me some details?