Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

person-detector camera error #66

Open
kaisark opened this issue Sep 26, 2017 · 0 comments
Open

person-detector camera error #66

kaisark opened this issue Sep 26, 2017 · 0 comments

Comments

@kaisark
Copy link

kaisark commented Sep 26, 2017

I was able to run qlua run.lua --visualize successfully, but the rundemo.lua is failing. Initially, I ran into a deprecated issue and commented out the require 'torchffi' line. I'm not sure if I am running into what might be a camera (Sony Playstation Eye) related issue running the demo (see below).

nvidia@tegra-ubuntu:~/demos/person-detector$ qlua rundemo.lua -c 0
==> processing options
Neural Network used:
nn.Sequential {
[input -> (1) -> (2) -> (3) -> (4) -> (5) -> (6) -> (7) -> (8) -> output]
(1): nn.SpatialConvolutionMM(3 -> 32, 7x7, 1,1)
(2): nn.Threshold
(3): nn.SpatialMaxPooling(2x2, 2,2)
(4): nn.SpatialConvolutionMM(32 -> 64, 7x7, 1,1)
(5): nn.Threshold
(6): nn.SpatialMaxPooling(2x2, 2,2)
(7): nn.SpatialConvolutionMM(64 -> 128, 7x7, 1,1)
(8): nn.SpatialClassifier
}
Initializing device: /dev/video0
FPS wanted 1
Using 1 buffers
Warning: camera resolution changed to 240x320
camera[0] started : 1
./PyramidUnPacker.lua:97: bad argument #2 to 'narrow' (out of range at /home/nvidia/torch/pkg/torch/lib/TH/generic/THTensor.c:438)
stack traceback:
[C]: in function 'narrow'
./PyramidUnPacker.lua:97: in function 'forward'
rundemo.lua:129: in function 'process'
rundemo.lua:183: in function rundemo.lua:180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant