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)