weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.67k forks source link

Jetson Tx2 can not run with webcam #683

Open Devy001 opened 7 years ago

Devy001 commented 7 years ago

I successfully compiled on Jetson Tx2,and I can run it with video,but I can not run with webcam, I0724 15:37:31.098299 21509 layer_factory.hpp:77] Creating layer data I0724 15:37:31.098439 21509 net.cpp:100] Creating Layer data I0724 15:37:31.098469 21509 net.cpp:408] data -> data

The program is no longer executed and always keep the state.

xhzzhang commented 6 years ago

Hello, when i run it on TX2, got below message:

F0301 12:35:45.320708 14370 pooling_layer.cu:212] Check failed: error == cudaSuccess (8 vs. 0) invalid device function Check failure stack trace: @ 0x7f83914b94 (unknown) @ 0x7f83914aac (unknown) @ 0x7f83914500 (unknown) @ 0x7f8391717c (unknown) @ 0x7f83dea394 caffe::PoolingLayer<>::Forward_gpu() @ 0x7f83beab18 caffe::Net<>::ForwardFromTo() @ 0x7f83beae04 caffe::Net<>::Forward() @ 0x408dec test() @ 0x4074a0 main @ 0x7f8353de08 (unknown) Aborted