I’m currently trying to build CNTK on TX1.
While I’m on it, there was some compiler error that says Mat, dims, rows, cols, etc. are not defined in /usr/include/opencv2/core/mat.hpp.
Adding the following line to the header file fixed the issue.
#include <opencv2/opencv.hpp>
Is this a bug in OpenCV4Tegra, or an issue with CNTK? I’m using JetPack 3.1.