I'm using Torch 7 and lua 5.1. I will need to do object recognition from an input video stream. I've installed DIGITS from NVidia. I've heard there are existing models that are already pre-trained provided by Google (or someone other source). Where I can find them ?
Asked
Active
Viewed 349 times
1 Answers
0
I would recommend you to check https://github.com/BVLC/caffe/wiki/Model-Zoo it is a common GitHub repo with a bunch of trained models. Even though it is made for caffe framework there is a library (really easy to use) in torch that lets you use them without problems: https://github.com/szagoruyko/loadcaffe

Manuel Lagunas
- 2,611
- 19
- 31