STEP 3 : How to run the test code
ทำการรัน Application point pillar ด้วย VScode ผ่านการ SSH
# Fix bug
$ cd ~/dpu_sw_optimize/zynqmp
$ source ./zynqmp_dpu_optimize.sh

Last updated
Was this helpful?
ทำการรัน Application point pillar ด้วย VScode ผ่านการ SSH
# Fix bug
$ cd ~/dpu_sw_optimize/zynqmp
$ source ./zynqmp_dpu_optimize.sh

Last updated
Was this helpful?
Was this helpful?
# Compile program
$ cd ~/Vitis-AI/demo/Vitis-AI-Library/samples/pointpillars
$ sh build.sh# Run code
$ env XLNX_POINTPILLARS_PRE_MT=1 ./test_bin_pointpillars pointpillars_kitti_12000_0_pt pointpillars_kitti_12000_1_pt sample_pointpillars.bin sample_pointpillars.pngoutput :
0 18.456533 4.032932 -1.682877 1.771039 4.524079 1.512004 1.671563 0.904651
0 34.541061 1.562399 -1.557331 1.538705 3.495937 1.431536 1.741875 0.904651
1 21.353041 -2.429055 -1.600262 0.590698 1.917939 1.757244 4.656905 0.835484
0 10.950532 4.672932 -1.657603 1.716550 4.384888 1.753955 1.632500 0.798187# Test performance
$ env XLNX_POINTPILLARS_PRE_MT=1 ./test_performance_pointpillars pointpillars_kitti_12000_0_pt pointpillars_kitti_12000_1_pt -t 1 -s 30 test_performance_pointpillars.list