Skip to content

Commit

Permalink
docs(//MultiDeviceInferencePipeline) Fix version numbers in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Oct 1, 2019
1 parent c597918 commit a662471
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 a662471

Please sign in to comment.