About 214 results
Open links in new tab
  1. Vitis-AI/examples/waa/apps/resnet50/README.md at master - GitHub

    Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards. - Xilinx/Vitis-AI

  2. Vitis-AI/examples/waa/apps/resnet50_waa_aie/src/main.cc at ... - GitHub

    << endl; return; } float mean [3] = {104, 107, 123}; auto input_tensor_buffers = runner->get_inputs (); auto output_tensor_buffers = runner->get_outputs (); CHECK_EQ (input_tensor_buffers.size (), 1u) …

  3. Vitis-AI/examples/vai_profiler/examples.md at master - GitHub

    """Benchmark DPU FPS performance over Vitis AI APIs execute_async() and wait() """ """Uncomment the following code snippet to include softmax calculation for models end-to-end FPS evaluation """

  4. Vitis-AI/examples/waa/apps/fall_detection/README.md at master - GitHub

    Accuracy: 0.973339 Sensitivity/Recall: 0.163494 Specificity: 0.989558 FAR/FPR: 0.0104421 MDR/FNR: 0.836506 Total frames inferred: 11140 Total timetaken: 63.566 seconds.. Throughput (fps): 175.25 …

  5. Vitis-AI/examples/vai_runtime/inception_v1_mt_py/inception_v1.py at ...

    If users provide a huge dataset, e.g. 50000 images in the directory, they can use the variable to control the test time, and no need to run the whole dataset. """ cnt = 360 """run with batch """ time_start = …

  6. Vitis-AI/examples/wego/pytorch/01_compiling_offline_quantized ... - GitHub

    % (n_images)) r_n = 20 t = 0.0 for i in tqdm (range (r_n)): t_ = run (wego_mod, all_images, args.threads) t += t_ print ("===================== Perf Result =====================") print (" [Total …

  7. Vitis-AI/examples/waa/apps/ssd_mobilenet/app_test.sh at master - GitHub

    echo -e " [ERROR] Check Usage with: ./app_test.sh -h " echo -e "" exit 1 fi CPP_EXE="./app.exe" if [ "$performance_diff" -eq 0 ]; then exec_args="$config_file $xmodel_file $img_dir $sw_pre_proc …

  8. Vitis-AI/examples/vai_runtime/resnet50_mt_py/resnet50.py at ... - GitHub

    time_end = time.time () timetotal = time_end - time_start total_frames = cnt * int (threadnum) fps = float (total_frames / timetotal) print ( "FPS=%.2f, total frames = %.2f , time=%.6f seconds" % (fps, …

  9. Vitis-AI/third_party/tvm/examples/AKS/README.md at master - GitHub

    external_yolov3_tutorial.ipynb run_external_yolov3.py run_mxnet_resnet_18.py run_mxnet_resnet_18_zynq_fps.py setup_custom_yolov3.sh setup_custom_yolov3_zynq.sh …

  10. Vitis-AI/examples/vai_library/vai_benchmark/README.md at master ...

    The vai_benchmark is a utility tool provided by Vitis AI. It allows users to perform comprehensive performance testing, both end-to-end and DPU-only, by utilizing supported sample programs in Vitis …