Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Introduction/03-Basic/Module_2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ 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
```
<p align="left">
<img src="images/perf_IDT.png">
</p>
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: <num_of_threads>
-s: <num_of_seconds>
```
Expand Down