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

End to End Tests fail with timeout #78

Open
abarajithan11 opened this issue Aug 16, 2018 · 2 comments
Open

End to End Tests fail with timeout #78

abarajithan11 opened this issue Aug 16, 2018 · 2 comments

Comments

@abarajithan11
Copy link

I am using a Jetson TX2 board with Jetpack 3.2.1 and L4T 28.2.

I cloned the repo into ~/redtail, changed variables accordingly, merged the yolo-relu models and ran the following end to end tests for the DNN:

export REDTAIL_TEST_DIR=~/redtail/ros/packages/caffe_ros/tests/data
export REDTAIL_MODEL_DIR=~/redtail/models/pretrained
rostest caffe_ros tests_basic.launch test_data_dir:=$REDTAIL_TEST_DIR \ trail_prototxt_path:=$REDTAIL_MODEL_DIR/TrailNet_SResNet-18.prototxt trail_model_path:=$REDTAIL_MODEL_DIR/TrailNet_SResNet-18.caffemodel \ object_prototxt_path:=$REDTAIL_MODEL_DIR/yolo-relu.prototxt object_model_path:=$REDTAIL_MODEL_DIR/yolo-relu.caffemodel

But I get the following error:

screenshot from 2018-08-16 10-25-44

Here is my log file:

rostest-tegra-ubuntu-4835.log

Kindly help me with this issue.

@Alexey-Kamenev
Copy link
Collaborator

If you are running it on Jetson, it might be timing out as compilation takes several minutes. Try increasing the timeout or switch Jetson to Max-N mode:

sudo nvpmodel -m 0

@abarajithan11
Copy link
Author

Thanks. I tried it now and it also fails with the same results.

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

2 participants