You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several functions that are not found in 'DlibDotNetNativeDnn.dll':
LossMmod_det_bnet_type_create
LossMmod_det_anet_type_create
LossMulticlassLogPerPixel_seg_bnet_type_create
LossMulticlassLogPerPixel_seg_anet_type_create
There are several functions that are not found in 'DlibDotNetNativeDnn.dll':
LossMmod_det_bnet_type_create
LossMmod_det_anet_type_create
LossMulticlassLogPerPixel_seg_bnet_type_create
LossMulticlassLogPerPixel_seg_anet_type_create
code:
static NativeMethods()
{
WindowsLibraryLoader.LoadLibraries(new[]
{
$"{NativeLibrary}",
$"{NativeDnnLibrary}"
});
What should I do? Thanks for this mistake.
The text was updated successfully, but these errors were encountered: