Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion week13/labs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down