fmassa / object-detection.torch

BSD 2-Clause "Simplified" License
116 stars 40 forks source link

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

Closed JirenJin closed 8 years ago

JirenJin commented 9 years ago

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?

fmassa commented 9 years ago

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.

JirenJin commented 9 years ago

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

fmassa commented 8 years ago

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