This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
刷写"C:\ti\mmwave_industrial_toolbox_4_2_1\labs\people_Counting\68xx_sense 和_direct_hvac_Control\prebuild_binaries\sense 和 direct_68xx_lab.bin"的预编译 bin 文件后
基于 IWR6843 ISK ES2.0 CCS8.3.1 SDK 3.0.3工业工具4.2.1
2.在配置过程后,我找到了“读取失败:数据不足”和“FileNotFoundError”
当通过"C:\ti\mmwave_industrial_toolbox_4_2_1\labs\people_Counting\visualizer\gui_main.py"运行 Python 代码时
图片上显示的结果如下、为什么?
此致、
Kevin
尊敬的 Kevin:
这是因为可视化工具正在尝试记录数据、但无法打开文件来记录数据-这是因为文件夹"binData"不存在。 解决此问题的最简单方法是修改 OOB_PARSER 中的第69行:
从中删除 self.saveBinary = 1.
更改为 self.saveBinary = 0
此致、
Justin
尊敬的 Kevin:
SENSE 和 Direct 仅提供2D 数据集。 如果您需要3D 数据、则需要使用3D 人员计数。 但是、2D 中的跟踪通常更好。
此致、
Justin
您好 Justin、
谢谢
我想关闭这里的这个线程
此致、
Kevin