torch-opencv-demos
torch-opencv-demos copied to clipboard
Torch7+OpenCV+ConvNets
The age_gender demo fails with segmentation fault. Looks like the download links were updated recently: + {name='age_net.caffemodel', url='https://github.com/eveningglow/age-and-gender-classification/raw/master/model/age_net.caffemodel'}, + {name='gender_net.caffemodel', url='https://github.com/eveningglow/age-and-gender-classification/raw/master/model/gender_net.caffemodel'}, + {name='deploy_age.prototxt', url='https://github.com/eveningglow/age-and-gender-classification/raw/master/model/deploy_age2.prototxt'}, + {name='deploy_gender.prototxt', url='https://github.com/eveningglow/age-and-gender-classification/raw/master/model/deploy_gender2.prototxt'}, {name='age_gender_mean.t7', nvidia@tegra-ubuntu:~/torch-opencv-demos/age_gender$ th...
I can not find `locate haarcascades_cuda/haarcascade_frontalface_default.xml`. what is this? where to find it?
hello everyone, I'm really new into torch and lua, and opencv and trying my best to learn by examples. but I can't make it to work. Here's my output
``` ➜ age_gender git:(master) th demo.lua camera /Users/wanghaisheng/torch/install/bin/luajit: .../wanghaisheng/torch/install/share/lua/5.1/trepl/init.lua:389: /Users/wanghaisheng/torch/install/share/lua/5.1/cv/init.lua:295: dlopen(/Users/wanghaisheng/torch/install/share/lua/5.1/cv/lib/libCommon.dylib, 5): Library not loaded: /usr/local/opt/ffmpeg/lib/libavcodec.56.dylib Referenced from: /usr/local/opt/opencv3/lib/libopencv_highgui.3.1.dylib Reason: image not found stack traceback: [C]: in function 'error' .../wanghaisheng/torch/install/share/lua/5.1/trepl/init.lua:389:...
Can you provide and example for MNIST / LENET ? Thanks
Hi We have predict functionality in face_recognition which somehow predict the person. But do we have unknown person functionality which person is not available in training? Thanks BB
I cannot install in here: "OpenCV_DIR=/usr/local/Cellar/opencv3/3.1.0/share/OpenCV luarocks install cv" My Error Message Gere: "Error: No results matching query were found." ## What's wrong with me? MY H/W: Macbook Pro 2012Late...