torch-caffe-binding icon indicating copy to clipboard operation
torch-caffe-binding copied to clipboard

Possible to load custom layers?

Open danfeiX opened this issue 8 years ago • 1 comments

Would it be possible to import custom layers such as the ones in faster-rcnn? https://github.com/rbgirshick/py-faster-rcnn

Also, what if the network has two input blobs?

danfeiX avatar Apr 07 '16 03:04 danfeiX

this package is not for importing, see https://github.com/szagoruyko/loadcaffe FasterRCNN is not supported for loading, if you need FastRCNN then there are converted models here https://github.com/szagoruyko/fastrcnn-models.torch

szagoruyko avatar Apr 07 '16 08:04 szagoruyko