Hi,
For higher resolution for example, 1920x1080 you can follow the below steps.
1. Please run setup_cameras.sh available under /opt/edgeai-gst-apps/scripts on the target EVM, after modifying the script for 1920x1080 resolution.
https://github.com/TexasInstruments…
Thank you for the question.
Generally speaking, you will expect some performance hit when you increase the setting from 8bit to 16bit.
My understanding is that you are using mixed-precision model, and the inference performance (speed) is not good enough…
Thank you for the question.
Generally speaking, you will expect some performance hit when you increase the setting from 8bit to 16bit.
My understanding is that you are using mixed-precision model, and the inference performance (speed) is not good enough…
Hi
在readme的指导上明确说明
Note: This application supports both SPI and I2C mode of operation. Refer to mmwaveconfig.txt on choosing the mode of operation. How to run: 1. Connect AWR2243 ES 1.0/ES 1.1 boosterpack and DCA1000 EVM to PC. 2. Erase sFlash before…
When I was running the DCC tuning tools, I selected VPAC3 and ran the single-camera app of j722s-evm-10_00_00_05. However, the DCC tuning tools stopped running when I was collecting raw images.
Hi,
I was able to run your script on the EVM and measured a full-scale differential output at OUT1P and OUT1M. Did you ensure the ASI configurations match on your controller system? As in, are you providing the correct TDM clocks and data widths that the…
您好,
没必要。你可以直接在EVM上进行模型的bin文件推理。你只需要把在PC端生成的推理程序拷贝到EVM上即可。 你只需要那些将在EVM的Linux系统下编译的源代码,例如在TI设备上运行的测试平台。
# Run model inference using TIDL-RT on EVM
./TI_DEVICE_armv8_test_dl_algo_host_rt.out s:inference_cl_ort_resnet18_v1_evm.txt
# below is the…