Search found 157 matches

by Creator
Sat Mar 23, 2019, 22:27
Forum: Direct Graphical Models
Topic: EmptyMat()
Replies: 8
Views: 14631

Re: EmptyMat()

This bug is really strange. The thing is that MSVS 2017 and Win 10 are the main development platforms and this problem never appeared before. I could not reproduce the bug. However, I have replaced the EmptyMat with std::optional<Mat> . Please update the DGM from GitHub repository. I hope this will ...
by Creator
Fri Mar 22, 2019, 16:27
Forum: Direct Graphical Models
Topic: EmptyMat()
Replies: 8
Views: 14631

Re: EmptyMat()

Hi, Clue!
Could you please specify which Operating System and which compiler do you use?
by Creator
Fri Feb 22, 2019, 13:48
Forum: Direct Graphical Models
Topic: Regarding DGM installtion with cmake on Linux
Replies: 2
Views: 8408

Re: Regarding DGM installtion with cmake on Linux

Starting from version 1.7.0 the DGM library supports Linux. In particular it was tested with Ubuntu 18.04 and gcc 7.3.0. Please refer to the Installation Guide for more details.
by Creator
Fri Feb 22, 2019, 13:47
Forum: Direct Graphical Models
Topic: DGM lib for Ubuntu
Replies: 6
Views: 14974

Re: DGM lib for Ubuntu

Starting from version 1.7.0 the DGM library supports Linux. In particular it was tested with Ubuntu 18.04 and gcc 7.3.0. Please refer to the Installation Guide for more details.
by Creator
Fri Feb 22, 2019, 13:44
Forum: Direct Graphical Models
Topic: Linux instalation of DGM
Replies: 2
Views: 8418

Re: Linux instalation of DGM

Starting from version 1.7.0 the DGM library supports Linux. In particular it was tested with Ubuntu 18.04 and gcc 7.3.0. Please refer to the Installation Guide for more details.
by Creator
Sat Nov 17, 2018, 13:57
Forum: Direct Graphical Models
Topic: question about DGMConfig.cmake
Replies: 5
Views: 9888

Re: question about DGMConfig.cmake

Hello! This is very strange because your project should not know about the files which lie outside the DGM install directory. Thats it, if /Users/fy378ee/DGM-master/build/ - your build directory, and /Users/fy378ee/DGM-master/build/install/ - your install directory your new project, based on the lib...
by Creator
Fri Nov 16, 2018, 23:28
Forum: Direct Graphical Models
Topic: question about DGMConfig.cmake
Replies: 5
Views: 9888

Re: question about DGMConfig.cmake

Hello! I think the problem is following: probably you took the latest version of DGM from GitHub, which is 1.7.0.alpha but used the demo code from web-tutorials, which rely to the latest release version 1.6.0. There are 2 ways to solve this problem: ⋅  Use the demo, which comes with the li...
by Creator
Fri Nov 16, 2018, 01:20
Forum: Direct Graphical Models
Topic: question about DGMConfig.cmake
Replies: 5
Views: 9888

Re: question about DGMConfig.cmake

Hello! File DGMTargets.cmake should appear in the <install_dirrectory>/lib . Probably the path /Users/fy378ee/DGM-master/build/ is not your install directory, but the build directory. Please run make install after building the DGM library (as describied here ). P.S. You can specify the install direc...
by Creator
Fri Oct 19, 2018, 14:01
Forum: Direct Graphical Models
Topic: Automation
Replies: 1
Views: 6224

Re: Automation

Actually the project ALL_BUILD should not be started. This is a helper project, generated by the CMake just to automate the build process.
After the building the library, please right-click one of the demo projects in Visual Studio and chose Set as StartUp Project. Then you could start it.
by Creator
Wed Oct 10, 2018, 18:24
Forum: Direct Graphical Models
Topic: How to improve classification results with DGM
Replies: 4
Views: 12116

Re: How to improve classification results with DGM

Towards demo visualization, it has no errors when I use Bayesian model for the node trainer. However, I want to see the probability maps when I use OpenCV Nearest Neighbor node model with the Concatenated edge model. Would you please guide me to see probability maps? when I change edge and node tra...

Go to advanced search