You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the command blew on TX2(already sudo ./jetson_clocks.sh ).
./.build_debug/examples/openpose/openpose.bin --logging_level 0
camera_resolution, "640x480" net_resolution, "-1x256"
and it says:
Cuda check failed (7 vs. 0): too many resources requested for launch
unit I change to
camera_resolution, "640x480" net_resolution, "-1x32"
the program can normal run ,and get fps about 6.0
then I refer the answer in #14
reduce the maximum amount of people detected to 5
unit I change to
camera_resolution, "640x480" net_resolution, "-1x64"
the program can normal run ,and get fps about 6.0
then I close render
I change to
camera_resolution, "640x480" net_resolution, "-1x256"
the program still can normal run,and get fps about 0.5
camera_resolution, "640x480" net_resolution, "-1x480"
the program still can normal run,and get fps about 0.2
./include/openpose/wrapper/wrapper.hpp:exec():945
terminate called after throwing an instance of 'std::runtime_error'
what():
Error:
Cuda check failed (7 vs. 0): too many resources requested for launch
You might select multiple topics, delete the rest:
Execution error
Your System Configuration
Operating system (lsb_release -a in Ubuntu):
Jetpack Linux4Tegra 3.1
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04 LTS
Release: 16.04
Codename: xenial Installation mode:
default makfile ,open the debug mode in makfile.config CUDA version (cat /usr/local/cuda/version.txt in most cases):
CUDA Version 8.0.84 cuDNN version: 6.0 GPU model (nvidia-smi in Ubuntu):
TX2 Caffe version:
Default from OpenPose OpenCV version:
OpenCV4Tegra
2.4.13.1(pkg-config --modversion opencv)
Compiler (gcc --version in Ubuntu):
gcc (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PS.
1.How to clone the tensorrt pull request in #285
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
At first ,Thank you for the wonderful work!
Issue Summary
I run the command blew on TX2(already sudo ./jetson_clocks.sh ).
./.build_debug/examples/openpose/openpose.bin --logging_level 0
camera_resolution, "640x480" net_resolution, "-1x256"
and it says:
Cuda check failed (7 vs. 0): too many resources requested for launch
unit I change to
camera_resolution, "640x480" net_resolution, "-1x32"
the program can normal run ,and get fps about 6.0
then I refer the answer in
#14
reduce the maximum amount of people detected to 5
unit I change to
camera_resolution, "640x480" net_resolution, "-1x64"
the program can normal run ,and get fps about 6.0
then I close render
I change to
camera_resolution, "640x480" net_resolution, "-1x256"
the program still can normal run,and get fps about 0.5
camera_resolution, "640x480" net_resolution, "-1x480"
the program still can normal run,and get fps about 0.2
So gpu render need many resources?
Executed Command (if any)
./.build_debug/examples/openpose/openpose.bin --logging_level 0 --disable_multi_thread
OpenPose Output (if any)
Starting pose estimation demo.
src/openpose/utilities/flagsToOpenPose.cpp:flagsToProducer():112
src/openpose/utilities/flagsToOpenPose.cpp:flagsToProducerType():74
HIGHGUI ERROR: V4L: index 0 is not correct!
HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP
HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP
Auto-detecting camera index... Detected and opened camera 1.
src/openpose/utilities/flagsToOpenPose.cpp:flagsToPoseModel():15
src/openpose/utilities/flagsToOpenPose.cpp:flagsToScaleMode():44
examples/openpose/openpose.cpp:openPoseDemo():208
Configuring OpenPose wrapper. In examples/openpose/openpose.cpp:openPoseDemo():211
./include/openpose/wrapper/wrapper.hpp:configure():440
Auto-detecting GPUs... Detected 1 GPU(s), using them all.
./include/openpose/wrapper/wrapper.hpp:configure():658
./include/openpose/wrapper/wrapper.hpp:configure():927
Starting thread(s)
./include/openpose/wrapper/wrapper.hpp:configureThreadManager():1268
./include/openpose/thread/threadManager.hpp:exec():163
./include/openpose/thread/queueBase.hpp:addPusher():360
./include/openpose/thread/queueBase.hpp:addPusher():360
./include/openpose/thread/queueBase.hpp:addPusher():360
./include/openpose/thread/threadManager.hpp:exec():168
./include/openpose/thread/thread.hpp:threadFunction():182
Starting initialization on thread. In src/openpose/pose/poseExtractorCaffe.cpp:netInitializationOnThread():173
Finished initialization on thread. In src/openpose/pose/poseExtractorCaffe.cpp:netInitializationOnThread():188
Starting initialization on thread. In src/openpose/pose/poseGpuRenderer.cpp:initializationOnThread():48
Finished initialization on thread. In src/openpose/pose/poseGpuRenderer.cpp:initializationOnThread():55
./include/openpose/thread/thread.hpp:threadFunction():185
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
./include/openpose/pose/wPoseRenderer.hpp:work():67
./include/openpose/core/wOpOutputToCvMat.hpp:work():54
./include/openpose/core/wOpOutputToCvMat.hpp:work():64
./include/openpose/gui/wGuiInfoAdder.hpp:work():54
./include/openpose/gui/wGuiInfoAdder.hpp:work():66
./include/openpose/gui/wGui.hpp:workConsumer():66
./include/openpose/gui/wGui.hpp:workConsumer():81
./include/openpose/producer/wDatumProducer.hpp:workProducer():53
./include/openpose/producer/wDatumProducer.hpp:workProducer():65
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():54
./include/openpose/core/wScaleAndSizeExtractor.hpp:work():68
./include/openpose/core/wCvMatToOpInput.hpp:work():54
./include/openpose/core/wCvMatToOpInput.hpp:work():66
./include/openpose/core/wCvMatToOpOutput.hpp:work():55
./include/openpose/core/wCvMatToOpOutput.hpp:work():68
./include/openpose/pose/wPoseExtractor.hpp:work():55
./include/openpose/pose/wPoseExtractor.hpp:work():73
./include/openpose/pose/wPoseRenderer.hpp:work():55
Error:
Cuda check failed (7 vs. 0): too many resources requested for launch
Coming from:
terminate called after throwing an instance of 'std::runtime_error'
what():
Error:
Cuda check failed (7 vs. 0): too many resources requested for launch
Coming from:
Aborted (core dumped)
Type of Issue
You might select multiple topics, delete the rest:
Your System Configuration
Operating system (
lsb_release -a
in Ubuntu):Jetpack Linux4Tegra 3.1
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04 LTS
Release: 16.04
Codename: xenial
Installation mode:
default makfile ,open the debug mode in makfile.config
CUDA version (
cat /usr/local/cuda/version.txt
in most cases):CUDA Version 8.0.84
cuDNN version: 6.0
GPU model (
nvidia-smi
in Ubuntu):TX2
Caffe version:
Default from OpenPose
OpenCV version:
OpenCV4Tegra
2.4.13.1(pkg-config --modversion opencv)
Compiler (
gcc --version
in Ubuntu):gcc (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PS.
1.How to clone the tensorrt pull request in #285
The text was updated successfully, but these errors were encountered: