Skip to content

Commit

Permalink
Merge pull request #24 from NVIDIA/narendasan/docs_fixes
Browse files Browse the repository at this point in the history
docs(//MultiDeviceInferencePipeline) Fix version numbers in docs
  • Loading branch information
narendasan authored Apr 1, 2020
2 parents 44c586c + a662471 commit 2d3aa27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MultiDeviceInferencePipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The application is designed for NVIDIA DRIVE AGX Developer Kit running either Li
- CUDNN: 7.5
- TensorRT: 5.1.1.4
- DriveOS PDK: >=5.1.3.0 or Ubuntu on x86
- DALI: 0.9dev (aarch64 build)
- DALI: 0.14rc (aarch64 build)
- OpenCV: 3.4.2 (for visualization)


Expand Down
4 changes: 2 additions & 2 deletions MultiDeviceInferencePipeline/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ In order to run on a target you will need the following files to be present, lib
- libopencv_imgcodecs.so.3.4
- libopencv_imgproc.so.3.4
- libopencv_core.so.3.4
- libavcodec.so.58
- libavutil.so.58
- libavcodec.so.57
- libavutil.so.55


## Example Configuration File (TOML)
Expand Down

0 comments on commit 2d3aa27

Please sign in to comment.