Deployment using C++ on your desktop

How can I run the model on my desktop using C++? Why it is showing like this?



And how I can extract the coordinates and then put it into excel?

Hi @S.sarkar,

This looks to be an issue you are having with VS Code. It looks like you have not configured your project. I recommend reading the following posts:

I’m not sure what you mean by “coordinates.” If you are trying to write values to excel, the easiest method would probably be to write values to a .csv file and then import that .csv file into excel. Here is an example of writing data to a .csv file: Writing .csv files from C++ - Stack Overflow.

In addition see this Edge Impulse doc.

1 Like