fmassa/object-detection.torch

Where or how can I get a 'model.t7'?

JirenJin opened this issue · 3 comments

In refactoring branch's README, there is an example that includes such code:

model = torch.load('model.t7')
I = image.lena()

However, I cannot find model.t7, could you please tell where or how to get it?

Hi,
I will put those models online, but I still hadn't had the time to do it.
One way to get those models is to use loadcaffe and use it to load the pre-trained models from RCNN or Fast-RCNN website.
I'll work on having some models available online soon.

@fmassa Thank you very much for your reply! I will try to use loadcaffe :)

@jinjiren I've uploaded a pre-trained model for Fast-RCNN, and I've updated the README accordingly.
You can find it here.