Search found 4 matches

by kyc212
Sun Apr 16, 2017 7:41 am
Forum: SMILE
Topic: Simulation real time
Replies: 2
Views: 3641

Simulation real time

Hi, I'm working on a project which involves connecting to a motion tracker and reading position and orientation data from it in real-time. I've just built a DBN model to predict object transition at various points of time. My model is DBN, but I need some clarification/help in few things. Since the ...
by kyc212
Fri Apr 14, 2017 9:48 am
Forum: SMILE
Topic: C# DBN
Replies: 0
Views: 15643

C# DBN

Hi,

is there any tutorial to implement a DBN using C#? I am using the following as examples only

http://support.bayesfusion.com/docs/SMILE/
https://dslpitt.org/genie/wiki/SMILE.NE ... ckThinning


Thanks,
by kyc212
Fri Apr 14, 2017 9:05 am
Forum: SMILE
Topic: Smilenet.dll
Replies: 2
Views: 3726

Re: Smilenet.dll

Hi,

I solved the issue by adding the following line in the app.config.

<startup useLegacyV2RuntimeActivationPolicy="true">
by kyc212
Thu Apr 13, 2017 1:06 pm
Forum: SMILE
Topic: Smilenet.dll
Replies: 2
Views: 3726

Smilenet.dll

Hi, I implemented the tutorial for C# (Success and Failure ), I added the smilenet.dll and there are no errors displaying on the console program. However, when I run the program I get an exception as below: An unhandled exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll Additio...