torch / nn

Other
1.34k stars 968 forks source link

Simple real time object detection using Torch #1313

Open VictorQueiroz opened 6 years ago

VictorQueiroz commented 6 years ago

I was able to compile and test torch in my computer, although I couldn't find any documentation about how to train a model using Torch to detect in real-time an in-motion object. Is it possible using Torch API? I'm not into python at all, is it possible and viable to do it using Lua/C++?