Search found 2 matches

by victor-robles
Thu Jan 09, 2020, 22:00
Forum: Direct Graphical Models
Topic: Assertion fail in MessagePassing.cpp
Replies: 1
Views: 7941

Assertion fail in MessagePassing.cpp

I have expanded on the Demo Train example to support multiple image training by modifying the node training section to do comprehensive notation as so: for (int y = 1; y < height; y++) { for (int x = 1; x < width; x++) { //std::cout << Mat (fv.at<Matx<double,nFeatures,1>>(x,y)) << std::endl; nodeTra...
by victor-robles
Tue Dec 17, 2019, 18:22
Forum: Direct Graphical Models
Topic: DGM Support for more than UINT8 Feature Images
Replies: 1
Views: 7130

DGM Support for more than UINT8 Feature Images

I have successfully gotten DGM 1.7 to build in Linux and Windows 10 and the Demo Train has compiled and worked successfully both by training a single image and with multiple images. In addition, I’ve created arbitrary openCV Mats for the feature vectors, i.e. (row x column x n-features where n > 3) ...

Go to advanced search