fastrcnn-models.torch icon indicating copy to clipboard operation
fastrcnn-models.torch copied to clipboard

Some examples

Open truskovskiyk opened this issue 9 years ago • 1 comments

Please, could You provide some simple example for the forward and backward pass, like in this project https://github.com/szagoruyko/torch-caffe-binding/blob/master/README.md? Because I cannot run the model with FloatTensor and CudaTensor on my GPU.

truskovskiyk avatar Jul 06 '16 14:07 truskovskiyk

Please, how does the roi gets passed/generated to ROIPooling layer? A simple forward of the (VGG16) net gives an assertion error (torch/install/share/lua/5.1/inn/ROIPooling.lua:21) stating the rois is not present in input.

pedropgusmao avatar Aug 09 '16 15:08 pedropgusmao