szagoruyko / torch-caffe-binding

Use Caffe in Torch7
BSD 2-Clause "Simplified" License
63 stars 19 forks source link

Possible to load custom layers? #5

Open danfeiX opened 8 years ago

danfeiX commented 8 years ago

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?

szagoruyko commented 8 years ago

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