CarlosMendonca / coral-vs-cpp

Minimal Visual Studio C++ solution template for Google Coral development on Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coral Visual Studio C++ Solution

Minimal Visual Studio C++ solution template for Google Coral development on Windows.

To compile the console application, make sure you hydrate the TensorFlow submodule and create an NTFS symlink to the tensorflow/tensorflow directory.

On the repository root:

git submodule update --init --recursive
wsl ./third-party/tensorflow/tensorflow/lite/tools/make/download_dependencies.sh
make-ntfs-junctions.bat

About

Minimal Visual Studio C++ solution template for Google Coral development on Windows.

License:Apache License 2.0


Languages

Language:C++ 98.8%Language:Batchfile 1.2%