From 44be22c610168d50f9ac5cf8281234300bc8802f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radoslav=20Pito=C5=88=C3=A1k?= Date: Tue, 25 Jan 2022 13:17:36 +0100 Subject: [PATCH] docs: Replace underscores with dashes Replace underscores in `Vitis_AI_Library` with the dashes to form correct path `~/Vitis-AI/demo/Vitis-AI-Library/` --- Introduction/03-Basic/Module_2/Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Introduction/03-Basic/Module_2/Readme.md b/Introduction/03-Basic/Module_2/Readme.md index 8e9e470c..9f7e9e69 100644 --- a/Introduction/03-Basic/Module_2/Readme.md +++ b/Introduction/03-Basic/Module_2/Readme.md @@ -19,13 +19,13 @@ In Module_1, user has downloaded the board environment with DPU and correspondin * Now we can operate on the board through an ethernet connection. * unpack the images and videos ``` - root@xilinx-zcu104-2021_1:~# tar -xzvf vitis_ai_library_r1.4.0_images.tar.gz -C ~/Vitis-AI/demo/Vitis_AI_Library - root@xilinx-zcu104-2021_1:~# tar -xzvf vitis_ai_library_r1.4.0_video.tar.gz -C ~/Vitis-AI/demo/Vitis_AI_Library + root@xilinx-zcu104-2021_1:~# tar -xzvf vitis_ai_library_r1.4.0_images.tar.gz -C ~/Vitis-AI/demo/Vitis-AI-Library + root@xilinx-zcu104-2021_1:~# tar -xzvf vitis_ai_library_r1.4.0_video.tar.gz -C ~/Vitis-AI/demo/Vitis-AI-Library ``` * Run the demo ``` - root@xilinx-zcu104-2021_1:~# cd Vitis-AI/demo/Vitis_AI_Library/samples/refinedet - root@xilinx-zcu104-2021_1:~/Vitis-AI/demo/Vitis_AI_Library/samples/refinedet# ./test_performance_refinedet refinedet_pruned_0_96 test_performance_refinedet.list + root@xilinx-zcu104-2021_1:~# cd Vitis-AI/demo/Vitis-AI-Library/samples/refinedet + root@xilinx-zcu104-2021_1:~/Vitis-AI/demo/Vitis-AI-Library/samples/refinedet# ./test_performance_refinedet refinedet_pruned_0_96 test_performance_refinedet.list ```

@@ -33,7 +33,7 @@ In Module_1, user has downloaded the board environment with DPU and correspondin Note that the user could also use parameters to define the number of threads and running time as below. For more detailed instruction, please refer to the Readme file within the refinedet folder. ``` - root@xilinx-zcu104-2021_1:~/Vitis-AI/demo/Vitis_AI_Library/samples/refinedet# ./test_performance_refinedet refinedet_pruned_0_96 test_performance_refinedet.list -t 8 -s 60 + root@xilinx-zcu104-2021_1:~/Vitis-AI/demo/Vitis-AI-Library/samples/refinedet# ./test_performance_refinedet refinedet_pruned_0_96 test_performance_refinedet.list -t 8 -s 60 -t: -s: ```