Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Mar 28, 2023
1 parent 1c04437 commit 3e93905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/deep-vision-header.jpg" width="100%">

# Deploying Deep Learning
Welcome to our instructional guide for inference and realtime [vision DNN library](#api-reference) for NVIDIA **[Jetson Nano / TX1 / TX2 / Xavier / Orin](https://developer.nvidia.com/embedded-computing)** devices. This project uses **[TensorRT](https://developer.nvidia.com/tensorrt)** for efficiently deploying models onto GPUs.
Welcome to our instructional guide for inference and realtime vision [DNN library](#api-reference) for NVIDIA **[Jetson Nano / TX1 / TX2 / Xavier / Orin](https://developer.nvidia.com/embedded-computing)** devices. This project uses **[TensorRT](https://developer.nvidia.com/tensorrt)** for efficiently deploying models onto GPUs, and includes PyTorch code for training your own models.

DNN vision primitives include [`imageNet`](docs/imagenet-console-2.md) for image classification, [`detectNet`](docs/detectnet-console-2.md) for object detection, [`segNet`](docs/segnet-console-2.md) for semantic segmentation, [`poseNet`](docs/posenet.md) for pose estimation, and [`actionNet`](docs/actionnet.md) for action recognition. Examples are provided for streaming from live camera feeds and making webapps with WebRTC. See the **[API Reference](#api-reference)** section for detailed reference documentation of the C++ and Python libraries.
Supported DNN vision primitives include [`imageNet`](docs/imagenet-console-2.md) for image classification, [`detectNet`](docs/detectnet-console-2.md) for object detection, [`segNet`](docs/segnet-console-2.md) for semantic segmentation, [`poseNet`](docs/posenet.md) for pose estimation, and [`actionNet`](docs/actionnet.md) for action recognition. Examples are provided for streaming from live camera feeds and making webapps with WebRTC. See the **[API Reference](#api-reference)** section for detailed reference documentation of the C++ and Python libraries.

<img src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/deep-vision-primitives.jpg">

Expand Down

0 comments on commit 3e93905

Please sign in to comment.