使用4.7.0的跌倒检测demo过程中,加载推荐.cfg后界面无反应,帧数也不跳动,想问一下下是什么原因造成的?同时在people count想保存数据,按照要求在oob_paser.py修改self.saveTextFile为1后并未保存数据,想问一下下有什么保存离线点云数据的方法吗?
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.
请问是完全按照下面的网站操作的吗?
dev.ti.com/.../node
或者根据错误提示,打开fallDetection_main.py,把if (1)改成if (0),保存后再执行命令。
if (0): #set to 1 to save terminal output to logFile, set 0 to show terminal output
ts = time.localtime()
terminalFileName = str('logData/logfile_'+ str(ts[2]) + str(ts[1]) + str(ts[0]) + '_' + str(ts[3]) + str(ts[4]) +'.txt')
sys.stdout = open(terminalFileName, 'w')