Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 3, 2021
1 parent 3cf7960 commit 3519a2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Major updates and new features to this project will be listed in this document.

## August 3, 2021

* Added [Pose Estimation with PoseNet](docs/posenet.md) with pre-trained models
* Added [Mononocular Depth with DepthNet](docs/depthnet.md) with pre-trained models
* Added support for [`cudaMemcpy()` from Python](docs/aux-image.md#copying-images)
* Added support for [drawing 2D shapes with CUDA](docs/aux-image.md#drawing-shapes)

## August 31, 2020

* Added initial support for [Running in Docker Containers](docs/aux-docker.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Follow the [Hello AI World](#hello-ai-world) tutorial for running inference and
* [System Requirements](#recommended-system-requirements)
* [Change Log](CHANGELOG.md)

> &gt; &nbsp; JetPack 4.6 is now supported, along with the [`jetson-inference:r32.6.1`](docs/aux-docker) container. <br/>
> &gt; &nbsp; JetPack 4.6 is now supported, along with [updated containers](docs/aux-docker). <br/>
> &gt; &nbsp; Try the new [Pose Estimation](docs/posenet.md) and [Mono Depth](docs/monodepth.md) tutorials! <br/>
> &gt; &nbsp; See the [Change Log](CHANGELOG.md) for the latest updates and new features. <br/>
Expand Down

0 comments on commit 3519a2a

Please sign in to comment.