analogdevicesinc / ToF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong location of tofi_processor.obj

mariel-tinaco opened this issue · comments

The program is trying to locate the tofi_processor.obj in the wrong path. In my case, it's looking for it in the root python path. Could this be a build problem, or caching?

What's the way to control/manually set the parent path for the tofi_processor.obj file?

Captured a snippet of the terminal when running dnn.py
image

This is due to the fact that the process executing is Python. The depth compute library looks for tof_processor.obj in that path of the executing process.