From a4f77303a5197e35e20e371695f2b1d8f1191b44 Mon Sep 17 00:00:00 2001 From: Michael Stackhouse Date: Tue, 9 Apr 2019 18:19:46 -0400 Subject: [PATCH] Updated lab for issue with display --- week13/labs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week13/labs/README.md b/week13/labs/README.md index 8dc94f39..503ac24e 100644 --- a/week13/labs/README.md +++ b/week13/labs/README.md @@ -15,7 +15,7 @@ docker run --rm --privileged -v /tmp:/tmp -v /var:/var -v /home/nvidia/models:/models --net=host --ipc=host --env DISPLAY=$DISPLAY -ti w251/inf:tx2-3.3_b39 bash cd aarch64/bin ``` -* Run the camera demo, e.g. ```./gst-camera``` . Close the window to exit the program. +* Run the camera demo, e.g. ```./gst-camera``` . Close the window to exit the program. If you get an error because of the display, outside of the container execute the command `xhost +`. * Run the frame classification demo, e.g. ```./imagenet-camera```. What is the framerate you are getting? Try [other networks](https://github.com/dusty-nv/jetson-inference/blob/master/docs/imagenet-camera.md) * Run the object detection demo, e.g. ```./detectnet-camera```. What is the framerate now? Experiment with [other networks](https://github.com/dusty-nv/jetson-inference/blob/master/docs/detectnet-camera-2.md) * Try to image segmentation demo as well: ```./segnet-camera``` Experiment with [other networks](https://github.com/dusty-nv/jetson-inference/blob/master/docs/segnet-console.md)